SPFieldTypeDefinition.ShowOnDocumentLibraryCreate Property

Gets a Boolean value that indicates whether the field type is displayed as an option on the Create Column page for document libraries.

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

Syntax

Public ReadOnly Property ShowOnDocumentLibraryCreate As Boolean
    Get

Dim instance As SPFieldTypeDefinition
Dim value As Boolean

value = instance.ShowOnDocumentLibraryCreate
public bool ShowOnDocumentLibraryCreate { get; }

Property Value

Type: System.Boolean
true if the field type is displayed as an option on the Create Column page; otherwise, false.

See Also

Reference

SPFieldTypeDefinition Class

SPFieldTypeDefinition Members

Microsoft.SharePoint Namespace