WebSiteRelativeUrl Property |
The relative Url of the site. This is the text after the first slash after the protocol and host name. The text should not include the protocol and host name. null means that the site will be hosted as the root site in the speicified web host.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string RelativeUrl { get; set; }
Public Property RelativeUrl As String
Get
Set
public:
property String^ RelativeUrl {
String^ get ();
void set (String^ value);
}
member RelativeUrl : string with get, set
Property Value
Type:
String
See Also