Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the new file data for the file to be changed.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property NewFileData As FileData
Get
'Usage
Dim instance As ApplyingChangeEventArgs
Dim value As FileData
value = instance.NewFileData
public FileData NewFileData { get; }
public:
property FileData^ NewFileData {
FileData^ get ();
}
member NewFileData : FileData
function get NewFileData () : FileData
Property Value
Type: Microsoft.Synchronization.Files.FileData
A FileData that contains the new file data for the file as it will be after the change is applied.
Remarks
If the change is ChangeType.Rename, this file data represents the file as it will be after the new name is applied.
If the change is ChangeType.Delete, this value is a null reference (Nothing in Visual Basic).