共用方式為


SPContentType.UpdateIncludingSealedAndReadOnly method

認可變更到資料庫的內容型別,並將變更套用至所有衍生內容類型,包括密封或唯讀的內容類型。

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

Syntax

'宣告
Public Sub UpdateIncludingSealedAndReadOnly ( _
    updateChildren As Boolean _
)
'用途
Dim instance As SPContentType
Dim updateChildren As Boolean

instance.UpdateIncludingSealedAndReadOnly(updateChildren)
public void UpdateIncludingSealedAndReadOnly(
    bool updateChildren
)

參數

  • updateChildren
    Type: System.Boolean

    若要將變更傳播到衍生的站台和清單內容的型別 ; true否則, false。

Exceptions

Exception Condition
SPException

包含此內容型別的這個集合是唯讀。

-或-

指定這個內容型別之集合不包含內容的型別。

-或-

內容類型相關聯的SPList是 null , updateChildren設為true。

備註

如果false做為引數傳遞,密封或唯讀的內容類型都會被忽略,並不會造成例外狀況。

請參閱

參照

SPContentType class

SPContentType members

Microsoft.SharePoint namespace