SP.Folder.uniqueContentTypeOrder Property

Applies to: SharePoint Foundation 2010

Gets or sets a value that specifies the content type order.

var value = SP.Folder.get_uniqueContentTypeOrder(); 
SP.Folder.set_uniqueContentTypeOrder(value);

Property Value

Type: SP.ContentTypeId[]

Exceptions

  • [System.ArgumentOutOfRangeException]
    Specified content type. Error code: -2146233086.
  • [System.InvalidOperationException]
    Operation is not valid because of the current state of the object. Error code: -1.
  • [System.UnauthorizedAccessException]
    The current user has insufficient permissions. Error code: -2147024891.
  • [System.UnauthorizedAccessException]
    The current user has insufficient permissions. Error code: -2147024891.

Applies To

SP.Folder Class

See Also

Reference

SP.Folder Methods

SP.Folder Properties

SP Namespace