The parent web Module. It can only be a module with Module Type = Category. Null means that the web Module is root web Module. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Cms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic WebModule Parent { get; set; }
Public Property Parent As WebModule
Get
Set
public:
property WebModule^ Parent {
WebModule^ get ();
void set (WebModule^ value);
}
member Parent : WebModule with get, set
Property Value
Type:
WebModule
See Also