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

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

The EPT type exposes the following members.

Methods

  Name Description
Public method AddPresentationTemplate(ConnectionId, SessionId, DocumentId, CategoryId, Boolean)
Adds a document to the collection of presentation-templates of a category. The document must have been marked as being a presentation-template first.
Public method AddPresentationTemplate(ConnectionId, SessionId, String, Int32, String)
Adds a document to the collection of presentation-templates of a category. The document must have been marked as being a presentation-template first.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Public method GetAvaliableTemplates(ConnectionId, SessionId, String, Int32, String)
Returns a list of EPT-template documents that can be used with a certain category for a certain user. The method can return templates filtered by category, unit or all templates.
Public method GetAvaliableTemplates(ConnectionId, SessionId, TemplateTypes, CategoryId, CategoryId, UnitId)
Returns a list of EPT-template documents that can be used with a certain category for a certain user. The method can return templates filtered by category, unit or all templates.
Public method GetCurrentTemplates(ConnectionId, SessionId, TemplateTypes, CategoryId)
Returns a list of documents that are used as an template(s) of a category.
Public method GetCurrentTemplates(ConnectionId, SessionId, String, Int32, String)
Returns a list of documents that are used as an template(s) of a category.
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method RemovePresentationTemplate(ConnectionId, SessionId, DocumentId, CategoryId)
Removes document marked as presentation template from the collection of presentation templates of a category. If the template is marked as being default for the category the method will fail unless this is the last presentation template for this category.
Public method RemovePresentationTemplate(ConnectionId, SessionId, String, Int32, String)
Removes document marked as presentation template from the collection of presentation templates of a category. If the template is marked as being default for the category the method will fail unless this is the last presentation template for this category.
Public method SetAsDefault(ConnectionId, SessionId, DocumentId, CategoryId)
Sets a presentation-template as the default template for a category. This call will set the former default presentation-template for the category (if exists) to not being default.
Public method SetAsDefault(ConnectionId, SessionId, String, Int32, String)
Sets a presentation-template as the default template for a category. This call will set the former default presentation-template for the category (if exists) to not being default.
Public method SetDocumentAsPresentationTemplate(ConnectionId, SessionId, DocumentId, DocumentId)
Sets a document to be a EPT template. A document that is an edit-template cannot be set as a presentation-template and cannot be set back to an ordinary document.
Public method SetDocumentAsPresentationTemplate(ConnectionId, SessionId, String, Int32, String)
Sets a document to be a EPT template. A document that is an edit-template cannot be set as a presentation-template and cannot be set back to an ordinary document.
Public method SetEditTemplate(ConnectionId, SessionId, DocumentId, CategoryId)
Sets a document to be the edit-template of a category. A category can have one edit-template only and must be of the Edit template type.
Public method SetEditTemplate(Int32, Int32, String, Int32, String)
Sets a document to be the edit-template of a category. A category can have one edit-template only and must be of the Edit template type.
Public method ToString (Inherited from Object.)
Top
See Also

Reference