Click or drag to resize

ITreeMenuProfile Interface


Represents the Group-specific configuration of the Ingeniux CMS tree.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface ITreeMenuProfile

The ITreeMenuProfile type exposes the following members.

Properties
 NameDescription
Public propertyChildren Gets the list of tree menu item children of the profile.
Public propertyGroupId Gets the Id of the Group this profile is for. If the Type is not "Group", this value doesn't matter.
Public propertyType Gets the type of tree menu profile this is. It is one of the three types: Template, Default, or Group.
Top
Methods
 NameDescription
Public methodGetMenuItem Given the name of a menu item, traverse all of the tree menu and find the item object.
Public methodSerialize Serialize this profile in XML format.
Top
See Also