MetaInfoAccess 枚举
提供了存储元信息指定的文件和文件夹的 metadictionary 允许的访问级别。
命名空间: Microsoft.SharePoint.Deployment
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Enumeration MetaInfoAccess
用法
Dim instance As MetaInfoAccess
public enum MetaInfoAccess
成员
成员名称 | 说明 | |
---|---|---|
ReadOnly | 该文件或文件夹是只读对象的可访问性。 | |
ReadWrite | 该文件或文件夹是可编辑的对象的可访问性。 | |
NoAccess | 该文件或文件夹不是可访问的对象。 |
备注
此信息仅供 SharePoint 设计器。信息是存储在SPFile和SPFolder,SharePoint 对象上的属性相同但已只能间接字符串分析的。
元信息采用以下形式:
[property]:SR|[value]\r\n
其中[property]是属性名,已经过语法分析, SR是 MetaInfoAccess 类型,和[value]是枚举值。