Property | Type | Description | |
---|---|---|---|
AdminLevelRequired | int | ||
AdminRequired | bool | ||
Children | List |
||
Location | string | ||
LoggedInRequired | bool | ||
LoggedOutRequired | bool | ||
MenuID | string | ||
MenuPosition | int | ||
MenuTitle | string | ||
MenuToolTip | string | ||
ShowInMenu | bool |
Method | Description | |
---|---|---|
FromOSD ( OSDMap map ) : void | ||
GetPage ( string item ) : |
||
GetPage ( string item, |
||
GetPageByLocation ( string item ) : |
||
GetPageByLocation ( string item, |
||
GetParent ( |
||
GetParent ( |
||
GridPage ( ) : System | ||
GridPage ( OSD map ) : System | ||
RemovePage ( string MenuID, |
||
RemovePageByLocation ( string menuLocation, |
||
ReplacePage ( string menuItem, |
||
ToOSD ( ) : OSDMap |
public GetPage ( string item, |
||
item | string | |
rootPage | ||
return |
public GetPageByLocation ( string item ) : |
||
item | string | |
return |
public GetPageByLocation ( string item, |
||
item | string | |
rootPage | ||
return |
public GetParent ( |
||
page | ||
return |
public GetParent ( |
||
item | ||
toCheck | ||
return |
public RemovePage ( string MenuID, |
||
MenuID | string | |
replacePage | ||
return | void |
public RemovePageByLocation ( string menuLocation, |
||
menuLocation | string | |
replacePage | ||
return | void |
public ReplacePage ( string menuItem, |
||
menuItem | string | |
replacePage | ||
return | void |