Partager via


Folder.UniqueContentTypeOrder - Propriété

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

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property UniqueContentTypeOrder As IList(Of ContentTypeId)
    Get
    Set
'Utilisation
Dim instance As Folder
Dim value As IList(Of ContentTypeId)

value = instance.UniqueContentTypeOrder

instance.UniqueContentTypeOrder = value
public IList<ContentTypeId> UniqueContentTypeOrder { get; set; }

Valeur de propriété

Type : System.Collections.Generic.IList<ContentTypeId>
Returns a IList<T> instance representing the content type order.

Exceptions

Exception Condition
[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.

Voir aussi

Référence

Folder classe

Folder - Membres

Microsoft.SharePoint.Client - Espace de noms