Name | Description | |
---|---|---|
SynchronizationMetaDataLoadEventArgs Constructor | Initializes a new instance of the SynchronizationMetaDataLoadEventArgs class, using the provided SynchronizationEventsSession object. |
The following tables list the members exposed by SynchronizationMetaDataLoadEventArgs.
Name | Description | |
---|---|---|
SynchronizationMetaDataLoadEventArgs Constructor | Initializes a new instance of the SynchronizationMetaDataLoadEventArgs class, using the provided SynchronizationEventsSession object. |
Name | Description | |
---|---|---|
SessionInternal | A SynchronizationEventsSession object. (Inherited from Xceed.Synchronization.SynchronizationEventArgs) |
Name | Description | |
---|---|---|
Cancel | Gets or sets a boolean value indicating whether the synchronization should be cancelled. | |
ComponentAccessesMetaDataFileData | Gets or sets a boolean value indicating whether or not the synchronization component accesses the metadata found in MetaDataFile itself. (Inherited from Xceed.Synchronization.SynchronizationMetaDataEventArgs) | |
IsFirstSynchronization | Gets a boolean value indicating whether this is the first synchronization with the current items. (Inherited from SynchronizationMetaDataEventArgs) | |
IsPartOfAFolderSynchronization | Gets a boolean value indicating whether the current synchronization is part of a larger synchronization job where folders are being synchronized. (Inherited from SynchronizationMetaDataEventArgs) | |
LastSynchronizationDate | Gets or sets the date and time of the last synchronization. (Inherited from SynchronizationMetaDataEventArgs) | |
MetaDataFile | Gets or sets the meta data file to be used for the synchronization session. (Inherited from SynchronizationMetaDataEventArgs) | |
MetaDataItem | Gets or sets the Xceed.FileSystem.FileSystemItem object representing a meta data item. (Inherited from SynchronizationMetaDataEventArgs) | |
MetaDataXmlReader | Gets or sets the meta data reader. (Inherited from SynchronizationMetaDataEventArgs) | |
MetaDataXmlWriter | Gets or sets the meta data writer. (Inherited from SynchronizationMetaDataEventArgs) | |
Options | Gets or set the SynchronizationOptions that will be used for the current synchronization job. (Inherited from SynchronizationMetaDataEventArgs) | |
SynchronizationName | Gets or sets the name of the synchronization session. (Inherited from SynchronizationMetaDataEventArgs) | |
UserData | Gets or sets the opaque data that will be sent back to the event handler whenever an event is raised. (Inherited from SynchronizationMetaDataEventArgs) |