Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ID of the content type with which the view is associated so that the view is available only on folders of this content type.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ContentTypeId As SPContentTypeId
Get
Set
'Usage
Dim instance As SPView
Dim value As SPContentTypeId
value = instance.ContentTypeId
instance.ContentTypeId = value
public SPContentTypeId ContentTypeId { get; set; }
Property value
Type: Microsoft.SharePoint.SPContentTypeId
An SPContentTypeId object that represents ID of the content type with which the view is associated.