Static method that returns DataTable that holds navigation menu rows used for displaying drop down menus.
Namespace:
Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static DataTable GetHierMenuTable( IiMISUser user, Guid websiteKey ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetHierMenuTable ( _ user As IiMISUser, _ websiteKey As Guid _ ) As DataTable |
| Visual C++ |
|---|
public: static DataTable^ GetHierMenuTable( IiMISUser^ user, Guid websiteKey ) |
Parameters
- user
- Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- websiteKey
- Type: System..::.Guid
Unique identifier of CWebsite to get the navigation menus for.