SPPictureLibrary.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 SPPictureLibrary
Dim value As Boolean
value = instance.UseFormsForDisplay
public override bool UseFormsForDisplay { get; }
Property Value
Type: System.Boolean
true if forms should be used to display context; otherwise, false.