SPFolder.UniqueContentTypeOrder property
取得或設定內容型別物件的清單。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property UniqueContentTypeOrder As IList(Of SPContentType)
Get
Set
'用途
Dim instance As SPFolder
Dim value As IList(Of SPContentType)
value = instance.UniqueContentTypeOrder
instance.UniqueContentTypeOrder = value
public IList<SPContentType> UniqueContentTypeOrder { get; set; }
Property value
Type: System.Collections.Generic.IList<SPContentType>
SPContentType 物件順序的清單。
備註
如果資料夾清單項目並沒有設定UniqueContentTypeOrder ,其內容的型別順序是父系物件相同。如果它是唯一的這個資料夾並不繼承自父代或清單的根, UniqueContentTypeOrder會傳回內容型別順序。