ContentTypeId.ReusableText property

Gets an object of type SPContentTypeId that specifies a ReusableText content type.

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

Syntax

'Declaration
Public Shared ReadOnly Property ReusableText As SPContentTypeId
    Get
'Usage
Dim value As SPContentTypeId

value = ContentTypeId.ReusableText
public static SPContentTypeId ReusableText { get; }

Property value

Type: Microsoft.SharePoint.SPContentTypeId
An object of type SPContentTypeId that specifies a ReusableText content type.

See also

Reference

ContentTypeId class

ContentTypeId members

Microsoft.SharePoint.Publishing namespace