共用方式為


SPContentType.Sealed property

取得或設定是否可以修改內容類型。

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

Syntax

'宣告
Public Property Sealed As Boolean
    Get
    Set
'用途
Dim instance As SPContentType
Dim value As Boolean

value = instance.Sealed

instance.Sealed = value
public bool Sealed { get; set; }

Property value

Type: System.Boolean
true如果內容的型別為密封 ;否則false。

備註

您必須擁有系統管理權限 unseal 和編輯內容的型別所定義的網站集合為密封。

如需詳細資訊,請參閱Content Type Change Control

當您對其父系內容類型的變更,然後嘗試將這些變更向下傳播到內容型別的階層架構會定義內容型別為密封有後續發展。如需詳細資訊,請參閱Updating Child Content Types

請參閱

參照

SPContentType class

SPContentType members

Microsoft.SharePoint namespace

其他資源

Content Type Change Control

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy