| Name | Description |
![Public Field](template/packages/core-dotnet/images/publicField.png) | Actions | This field is reserved for internal use and should not be called directly from your code. An array of SynchronizationAction objects representing the actions to be taken for each item during synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | AllFilesBytes | This field is reserved for internal use and should not be called directly from your code.
The total combined size, in bytes, of all files being processed. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | AllFilesItems | This field is reserved for internal use and should not be called directly from your code.
The total combined size, in bytes, of all files being processed. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | AnalysisArgs | This field is reserved for internal use and should not be called directly from your code. A SynchronizationAnalysisEventArgs object providing information when the analysis is being performed for the synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | Cancel | This field is reserved for internal use and should not be called directly from your code.
A boolean value. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | CompareFileDataArgs | This field is reserved for internal use and should not be called directly from your code. A SynchronizationCompareFileDataEventArgs object providing information when data is being compared during the synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | ComponentAccessesMetaDataFileData | This field is reserved for internal use and is not intended to be used directly from your code.
A boolean value. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | ConflictArgs | This field is reserved for internal use and should not be called directly from your code. A SynchronizationConflictEventArgs object providing information when a conflict occurs during the synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | ConflictReasons | This field is reserved for internal use and should not be called directly from your code. An arrray of SynchronizationConflictReason values representing the reason for the conflict, if any, for each item being synchronized. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | EmptyFolder | This field is reserved for internal use and should not be called directly from your code. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | File | This field is reserved for internal use and should not be called directly from your code. An Xceed.FileSystem.AbstractFile object representing the master file that will be used to replace other files during the synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | Files | This field is reserved for internal use and should not be called directly from your code. An array of Xceed.FileSystem.AbstractFile objects representing the files to be processed. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | FilesBytes | This field is reserved for internal use and should not be called directly from your code.
The total combined size, in bytes, of all files being processed in a single file synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | FilesEqualToMaster | This field is reserved for internal use and should not be called directly from your code. An array of System.Boolean value indicating whether or not the files are equal to the master file. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | FilesItems | This field is reserved for internal use and should not be called directly from your code.
The total combined size, in bytes, of all files being processed in a single file synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | FilesToCompare | This field is reserved for internal use and should not be called directly from your code. An array of Xceed.FileSystem.AbstractFile objects representing the files to be compared to the master file. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | FileSystemEvents | This field is reserved for internal use and should not be called directly from your code. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | FileSystemEventsUserData | This property is reserved for internal use and should not be called directly from your code. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | Folder | This field is reserved for internal use and should not be called directly from your code. An Xceed.FileSystem.AbstractFolder object representing the folder to synchronize. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | FolderAnalysisEventArgs | This field is reserved for internal use and should not be called directly from your code. A SynchronizationFolderAnalysisEventArgs object. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | Folders | This field is reserved for internal use and should not be called directly from your code. An array of Xceed.FileSystem.AbstractFolder objects. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | FolderSynchronizationProgressionArgs | This field is reserved for internal use and should not be called directly from your code. A FolderSynchronizationProgressionEventArgs object providing information |
![Public Field](template/packages/core-dotnet/images/publicField.png) | GetFileFromFolderArgs | This field is reserved for internal use and should not be called directly from your code. A GetSynchronizationFileFromFolderEventArgs object providing information when the synchronization file is being retrieved from a folder. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | HasMetaData | This field is reserved for internal use and should not be called directly from your code.
Whether metadata has been loaded for the synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | IsAFolderSynchronization | This field is reserved for internal use and should not be called directly from your code.
A boolean value indicating whether the synchronization is of a folder. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | Items | This field is reserved for internal use and should not be called directly from your code. An array of Xceed.FileSystem.FileSystemItem objects representing the items to be processed. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | LastIdenticalFiles | This field is reserved for internal use and should not be called directly from your code. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | LastSynchronizationChecksums | This field is reserved for internal use and should not be called directly from your code. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | LastSynchronizationDate | This field is reserved for internal use and should not be called directly from your code. A System.DateTime object representing the date and time when the last synchronization was performed. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | MasterIndex | This field is reserved for internal use and should not be called directly from your code.
A value representing the item in a list of items to be used
as the master during the synchronization process. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | MetaDataFile | This field is reserved for internal use and is not intended to be used directly from your code. An Xceed.FileSystem.AbstractFile object representing a meta data file. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | MetaDataItem | This field is reserved for internal use and is not intended to be used directly from your code. A Xceed.FileSystem.FileSystemItem object representing a meta data Xceed.FileSystem item. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | MetaDataLoadArgs | This field is reserved for internal use and should not be called directly from your code. A SynchronizationMetaDataLoadEventArgs object providing information on the meta data as it is loaded used during the synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | MetaDataReader | This field is reserved for internal use and should not be called directly from your code. An System.Xml.XmlReader object representing the meta data reader. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | MetaDataSaveArgs | This field is reserved for internal use and should not be called directly from your code. A SynchronizationMetaDataEventArgs object providing information on the meta data as it is saved used during the synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | MetaDataWriter | This field is reserved for internal use and should not be called directly from your code. An System.Xml.XmlWriter object representing the meta data writer. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | Name | This field is reserved for internal use and should not be called directly from your code.
A string representing the name of the SynchronizationEventsSession. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | Options | This field is reserved for internal use and should not be called directly from your code. A SynchronizationOptions object representing the options used during the synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | OriginalMasterIndex | This field is reserved for internal use and should not be called directly from your code.
A value representing the item in a list of items to be used
as the master during the synchronization process. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | ProcessedContent | This field is reserved for internal use and should not be called directly from your code. An array of System.Collections.Hashtable objects representing the processed content. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | ProgressionArgs | This field is reserved for internal use and should not be called directly from your code. A SynchronizationProgressionEventArgs object providing information |
![Public Field](template/packages/core-dotnet/images/publicField.png) | SynchronizationResult | This field is reserved for internal use and should not be called directly from your code.
A value representing one or more results of the synchronization. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | UserData | This field is reserved for internal use and should not be called directly from your code.
This is set at construction, and updated after each event.
It is assigned to each argument structure before each event. |