DocData.FilesChanged(UInt32, String[], UInt32[]) Method

Definition

Notifies clients of changes made to one or more files.

public:
 virtual int FilesChanged(System::UInt32 count, cli::array <System::String ^> ^ files, cli::array <System::UInt32> ^ changes);
public int FilesChanged (uint count, string[] files, uint[] changes);
abstract member FilesChanged : uint32 * string[] * uint32[] -> int
override this.FilesChanged : uint32 * string[] * uint32[] -> int
Public Function FilesChanged (count As UInteger, files As String(), changes As UInteger()) As Integer

Parameters

count
UInt32

Number of files that have changed.

files
String[]

An array containing the changed files.

changes
UInt32[]

An array containing the change to each file.

Returns

Implements

Applies to