SPWRecordChangeSource Enumeration
Specifies whether the underlying data change was initiated on the local system or on a remote copy of the workspace.
Namespace: Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly: Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)
Syntax
'Declaration
Public Enumeration SPWRecordChangeSource
'Usage
Dim instance As SPWRecordChangeSource
public enum SPWRecordChangeSource
Members
Member name | Description | |
---|---|---|
None | Initial value; not used. | |
Local | Local source of the data change. | |
Remote | Remote source of data change. The data change originated by another workspace member or by the local member on an instance of the workspace on another system. |