Share via


BulkFileOperation.UnsavedFiles Property

Definition

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.

Applies to