SPFolder.ContentTypeOrder 属性
获取SPContentType对象的列表。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.Collections.Generic.IList<SPContentType>
SPContentType 对象的有序列的表。
备注
内容类型的列表确定在其中的内容类型显示在新项下拉列表的顺序。例如,如果该订单是"文档,规格,测试计划",然后在新项下拉列表中的项目排序相同的方式。