FileMetadataChange Class
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.
Represents a change in metadata for a specific file
public ref class FileMetadataChange sealed
public sealed class FileMetadataChange
type FileMetadataChange = class
Public NotInheritable Class FileMetadataChange
- Inheritance
-
FileMetadataChange
Constructors
FileMetadataChange(String, IReadOnlyCollection<String>, IReadOnlyDictionary<String,String>) |
Initializes a new instance of the FileMetadataChange class. |
Properties
RelativeFilePath |
Gets the path of the file, relative to the workspace root |
RemovedMetadataKeys |
Gets the metadata keys that have been removed from the set of metadata for the file. |
UpdatedMetadata |
Gets the set of new or modified metadata for the file. |