PocketPlanner Programmer's Guide

SerializationContext.FileVersion Property

See Also

Gets the format revision number of the file being loaded.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int FileVersion { get; }

Visual Basic

Public ReadOnly Property FileVersion As Integer

 Property Value

An integer value identifying the schedule file format revision number.

 Remarks

This revision number specifies the format of the schedule binary and XML files, but not of distinct item classes. If using custom item classes, specify their format revision number when registering them with the schedule via the RegisterItemClass method.

 See Also