If true, then items will be assigned parent categories until the root is reached, when a category at any depth is assigned. Null if the category is a root category.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> Inherit { get; }
Public ReadOnly Property Inherit As Nullable(Of Boolean)
Get
public:
property Nullable<bool> Inherit {
Nullable<bool> get ();
}
member Inherit : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also