BulkFileOperation.UnsavedFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The subset of document file paths which are currently in use.
public:
property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ UnsavedFiles { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> UnsavedFiles { get; }
member this.UnsavedFiles : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property UnsavedFiles As IReadOnlyCollection(Of String)
Property Value
Remarks
This is the intersection of the input file paths used to construct this BulkFileOperation, and documents present in the RDT in 'Dirty' state.