Get the site-wide setting for if this module should be
automatically added as a folio module to folios on creation.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool ProvideViewByDefault { get; set; } |
Visual Basic |
---|
Property ProvideViewByDefault As Boolean Get Set |
Visual C++ |
---|
property bool ProvideViewByDefault { bool get (); void set (bool value); } |