SPDocumentLibrary.UseFormsForDisplay Property

Gets a value that indicates whether to use forms to display context.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overrides ReadOnly Property UseFormsForDisplay As Boolean
    Get
'Usage
Dim instance As SPDocumentLibrary
Dim value As Boolean

value = instance.UseFormsForDisplay
public override bool UseFormsForDisplay { get; }

Property Value

Type: System.Boolean
true if using forms to display context; otherwise, false.

See Also

Reference

SPDocumentLibrary Class

SPDocumentLibrary Members

Microsoft.SharePoint Namespace