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)

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