共用方式為


SPFolder.ContentTypeOrder property

取得SPContentType物件的清單。

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

Syntax

'宣告
Public ReadOnly Property ContentTypeOrder As IList(Of SPContentType)
    Get
'用途
Dim instance As SPFolder
Dim value As IList(Of SPContentType)

value = instance.ContentTypeOrder
public IList<SPContentType> ContentTypeOrder { get; }

Property value

Type: System.Collections.Generic.IList<SPContentType>
SPContentType 物件順序的清單。

備註

內容類型的清單會決定在它的內容類型會出現在新的項目] 下拉式清單的順序。例如,如果是 「 文件規格,測試計劃 」,然後在 [新項目] 下拉式清單項目會被排序相同的方式。

請參閱

參照

SPFolder class

SPFolder members

Microsoft.SharePoint namespace