The CNavMenu type exposes the following members.

Constructors

  NameDescription
Public methodCNavMenu(IiMISUser, CWebsite)
Constructor for new NavMenu
Public methodCNavMenu(IiMISUser, Decimal)
Constructor to instantiate existing NavMenu.

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.)

Fields

  NameDescription
Protected fieldmEditStatus
The edit status (unchanged, modified, etc) of this record.
(Inherited from iboBase.)
Protected fieldmErrors
The current list of errors encountered by this class instance during processing.
(Inherited from iboBase.)

Properties

  NameDescription
Public propertyAncestorNavMenuId
Gets a unique identifier of ancestor CNavMenu
Public propertyAncestoryHideFlag
Gets a boolean value indicating whether the ancestor CNavMenu is marked as hidden.
Public propertyAncestoryList
Gets a list of ancestors' NavMenuID. The value is surrounded by single quotes.
Public propertyBreadCrumb
Gets breadcrumb text.
Public propertyCategoryDepth
Gets a depth of the CNavMenu
Public propertyComponentCode
Gets a component code for the CNavMenu
Public propertyContentId
Gets a unique identifier of the default CContent
Public propertyDescendantCount
Gets the number of descendants for this CNavMenu
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Public propertyHideFlag
Gets or sets a flag which indicates if this menu item should be hidden.
Public propertyImageHeight
Gets or sets height of images specified as ImageInitial and ImageRollover.
Public propertyImageInitial
Gets the path of an initial image used to display the CNavMenu
Public propertyImageOther
Gets the path of an additional image for the CNavMenu
Public propertyImageRollover
Gets the path of a rollover image used to display the CNavMenu
Public propertyImageWidth
Gets width of images specified as ImageInitial and ImageRollover.
Public propertyLastUpdatedByProducerId
Gets unique identifier of Producer who last updated the CNavMenu.
Public propertyLastUpdatedProducer
Gets CContentProducer who last updated the CNavMenu.
Public propertyName
Gets a name of CNavMenu
Public propertyNavContentGroupInd
Gets an indicator whether this CNavMenu is a navigation item or Content Folder
Public propertyNavMenuId
Gets a unique identifier of CNavMenu
Public propertyOpenInNewWindow
Gets a boolean value indicating whether this item should always be opened in a new window
Public propertyParentNavMenuId
Gets a unique identifier of parent CNavMenu
Public propertyPostFuseUrl
Gets the URL where the fused version of CNavMenu should point to.
Public propertyPreFuseUrl
Gets the URL where the pre-fused version of CNavMenu should point to.
Public propertyProducerAuthority
Public propertyPublished
Gets a boolean indicating whether this CNavMenu is published.
Public propertyPublishedDateTime
Gets date and time the CNavMenu was last published
Public propertySortOrder
Gets SortOrder of the CNavMenu
Public propertyTitle
Gets the title of the CNavMenu
Public propertyWebsite
Gets CWebsite this CNavMenu belongs to.
Public propertyWebsiteKey
Gets a unique identifier of CWebsite where the CNavMenu belongs to
Public propertyWorkflowStatus
Gets workflow status of NavMenu

See Also