MetaInfoAccess Enumeration
Provides the level of access that is allowed to the metadictionary that stores metainfo for specified files and folders.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration MetaInfoAccess
'Usage
Dim instance As MetaInfoAccess
public enum MetaInfoAccess
Members
Member name | Description | |
---|---|---|
ReadOnly | The file or folder is accessible as a read-only object. | |
ReadWrite | The file or folder is accessible as an object that can be edited. | |
NoAccess | The file or folder is not an accessible object. |
Remarks
This information is used only by SharePoint Designer. The information is the same as that stored in properties on the SharePoint objects SPFile and SPFolder, but only indirectly as a string that has been parsed.
The metainfo takes the following form:
[property]:SR|[value]\r\n
Where [property] is the property name that has been parsed, SR is the MetaInfoAccess type, and [value] is the enumeration value.