SPWeb.FileDialogPostProcessorId 属性
Gets or sets the Class Identifier (CLSID) for the user interface element that is used for Web views in the file dialog boxes and forms of document libraries.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property FileDialogPostProcessorId As Guid
Get
Set
用法
Dim instance As SPWeb
Dim value As Guid
value = instance.FileDialogPostProcessorId
instance.FileDialogPostProcessorId = value
public Guid FileDialogPostProcessorId { get; set; }
属性值
类型:System.Guid
The CLSID that is used to instantiate the object.
另请参阅
引用
其他资源
FileDialogPostProcessor Element