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.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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
Boolean
See Also