MenuCreator Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The MenuCreator type exposes the following members.

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method DocumentParentTree(ConnectionId, SessionId, DocumentId, Boolean)
Returns a collection of ancestor documents for a document. This data is used as input for the InsertDocumentTreePath component or any other code that needs to create a bread-crumb path to a document.
Public method DocumentParentTree(ConnectionId, SessionId, DocumentId, DateTime, Boolean)
Returns a collection of ancestor documents for a document. This data is used as input for the InsertDocumentTreePath component or any other code that needs to create a bread-crumb path to a document.
Public method Equals (Inherited from Object.)
Public method GetDocumentTree(ConnectionId, SessionId, DocumentId, Int32)
Returns a complete menu in a flat structure with parent menu and all its children. If no DateCriteria is supplied then only the currently valid menus are returned else the menus valid at the supplied date are returned. The "Insert simple menu" component uses this method as input
Public method GetDocumentTree(ConnectionId, SessionId, DocumentId, DateTime, Int32)
Returns a complete menu in a flat structure with parent menu and all its children. If no DateCriteria is supplied then only the currently valid menus are returned else the menus valid at the supplied date are returned. The "Insert simple menu" component uses this method as input
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method GetWebTree(ConnectionId, SessionId, DocumentId, Boolean)
Returns a complete menu in a hierarchical structure with parent menu and all its children.
Public method GetWebTree(ConnectionId, SessionId, DocumentId, DateTime, Boolean)
Returns a complete menu in a hierarchical structure with parent menu and all its children.
Public method GetXmlMenu(ConnectionId, SessionId, DocumentId)
Returns an hierarchical Xml document that can act as the source for a menu. The standard Content Studio menu components uses this source when rendering their interface.
Public method GetXmlMenu(ConnectionId, SessionId, DocumentId, DateTime)
Returns an hierarchical Xml document that can act as the source for a menu. The standard Content Studio menu components uses this source when rendering their interface.
Public method GetXmlMenu(ConnectionId, SessionId, DocumentId, DocumentId, DateTime, Boolean, Boolean)
Returns an hierarchical Xml document that can act as the source for a menu. The standard Content Studio menu components uses this source when rendering their interface.
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method ListChildren(ConnectionId, SessionId, DocumentId, DocumentId)
Returns a list of child documents to a document
Public method ListChildren(ConnectionId, SessionId, DocumentId, DateTime)
Returns a list of child documents to a document
Public method ListChildren(ConnectionId, SessionId, DocumentId, DocumentId, DateTime)
Returns a list of child documents to a document
Public method ListChildren(ConnectionId, SessionId, DocumentId, DocumentId, DateTime, MenuCreatorListChildrenSortOrder)
Returns a list of child documents to a document
Public method ToString (Inherited from Object.)
Top
See Also

Reference