SPWeb.FileDialogPostProcessorId property

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.

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

Syntax

'Declaration
Public Property FileDialogPostProcessorId As Guid
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As Guid

value = instance.FileDialogPostProcessorId

instance.FileDialogPostProcessorId = value
public Guid FileDialogPostProcessorId { get; set; }

Property value

Type: System.Guid
The CLSID that is used to instantiate the object.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace

Other resources

FileDialogPostProcessor Element