WebModuleLocalUrl Property |
The local Module Url. The full Url of a module is formed based on the sites Base Url, the local Urls of all parent modules and the module Local Url. Null means that the web Module is the default web module within the parent path. [Filter(like)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Cms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string LocalUrl { get; set; }
Public Property LocalUrl As String
Get
Set
public:
property String^ LocalUrl {
String^ get ();
void set (String^ value);
}
member LocalUrl : string with get, set
Property Value
Type:
String
See Also