FileSystemChangeInformation Class

Definition

Represents information about a file system change.

public ref class FileSystemChangeInformation
public class FileSystemChangeInformation
type FileSystemChangeInformation = class
Public Class FileSystemChangeInformation
Inheritance
FileSystemChangeInformation

Constructors

FileSystemChangeInformation()

Properties

FileContents

Contents of the file if FileSystemChangeType is AddFile or EditFile

FileSystemChangeType

See FileSystemChangeType for possible values.

FullPath

Full path of the changed file/ directory.

Applies to