The CNavMenu type exposes the following members.

Methods

  NameDescription
Protected methodCheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Public methodDelete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChildMenus
Gets an array of CNavMenu that are direct children.
Public methodGetContent(Boolean, String)
Grabs all the CContent that belongs to the current CNavMenu.
Public methodGetContent(Boolean, String, Decimal)
Grabs all the CContent that belongs to the current CNavMenu.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPreviewUrl(IiMISUser, Decimal, Decimal)
Get URL used for previews.
Public methodStatic memberGetPreviewUrl(IiMISUser, Guid, Decimal, Decimal)
Get URL used for previews.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetWorkflowStatus(String)
Sets the ContentWorkflowStatus on the NavMenu. Only available to derived classes.
Protected methodSetWorkflowStatus(ContentWorkflowStatus)
Sets the WorkflowStatus on the NavMenu. Only available to derived classes.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate
Makes sure that all of the property data passes the iMIS business rules.
(Inherited from iboBase.)

See Also