ICMSPageFactorySiteControlSchemas Property
|
Gets/sets the schema types (root element names) of Site/Section Controls to be cached
(only effective if the "
CacheSiteControls" property is enabled).
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax string[] SiteControlSchemas { get; set; }
Property SiteControlSchemas As String()
Get
Set
property array<String^>^ SiteControlSchemas {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract SiteControlSchemas : string[] with get, set
Property Value
Type:
StringSee Also