IAddContentTypeFieldUpgradeAction.IsPushedDown Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the specified modified content type is propagated to its child content types and lists.
public:
property bool IsPushedDown { bool get(); void set(bool value); };
public bool IsPushedDown { get; set; }
member this.IsPushedDown : bool with get, set
Public Property IsPushedDown As Boolean
Property Value
A Boolean value representing whether the content type is propagated.