共用方式為


SPWeb.FileDialogPostProcessorId property

取得或設定類別識別項 (CLSID) 用來在檔案] 對話方塊和表單的文件庫的網頁檢視的使用者介面項目。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
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; }

Property value

Type: System.Guid
用來執行個體化物件的 CLSID。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace

其他資源

FileDialogPostProcessor Element