IContentUnitReusable Property
|
Gets/sets whether this Content Unit can be placed multiple times on a Page
Presentation. If false, it can only be placed once
on a page.
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Reusable { get; set; }
Property Reusable As Boolean
Get
Set
property bool Reusable {
bool get ();
void set (bool value);
}
abstract Reusable : bool with get, set
Property Value
Type:
BooleanSee Also