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)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Property FileDialogPostProcessorId As Guid
Get
Set
'Usage
Dim instance As SPWeb
Dim value As Guid
value = instance.FileDialogPostProcessorId
instance.FileDialogPostProcessorId = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public Guid FileDialogPostProcessorId { get; set; }
Property Value
Type: System.Guid
The CLSID that is used to instantiate the object.
See Also
Reference
Microsoft.SharePoint Namespace
Other Resources
FileDialogPostProcessor Element