IStructuredUrlSettingsIncludeAliasContainers Property
|
Gets/sets whether alias containers should be included in the URL path.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool IncludeAliasContainers { get; set; }Property IncludeAliasContainers As Boolean
Get
Set
property bool IncludeAliasContainers {
bool get ();
void set (bool value);
}abstract IncludeAliasContainers : bool with get, set
Property Value
Boolean
RemarksIf not set, alias containers will be excluded from URL building
See Also