SPWContentState Enumeration

Describes the state of the attachment contents, whether the local system has the current attachment contents.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)

Syntax

'Declaration
Public Enumeration SPWContentState
'Usage
Dim instance As SPWContentState
public enum SPWContentState

Members

Member name Description
None The attachment contents have not yet been received on this system.
Old The attachment contains obsolete data; the current attachment contents have not yet been received on this system.
Current The attachment contents are current.

Remarks

Under some network conditions, SharePoint Workspace can have received the DataRow values from another workspace member but has not yet received the attachment contents. Although the content may be obsolete, the Attachment properties, such as DateModified and Size describe the current contents not the obsolete contents.

See Also

Reference

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace