SPFolder.UniqueContentTypeOrder 属性
获取或设置内容类型对象的列表。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.Collections.Generic.IList<SPContentType>
SPContentType 对象的有序列的表。
备注
如果文件夹列表项没有设置UniqueContentTypeOrder ,其内容类型的顺序将与父对象相同。UniqueContentTypeOrder返回的内容类型的顺序,如果它是唯一的此文件夹并不继承父或列表的根。