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

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

Manages the base of the EPT system
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.EPTEPT

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class EPT : CSBase

The EPT type exposes the following members.

Constructors

  NameDescription
Public methodEPT
Initializes a new instance of the EPT class
Top
Methods

  NameDescription
Public methodAddPresentationTemplate(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 methodAddPresentationTemplate(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 methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetAvaliableTemplates(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 methodGetAvaliableTemplates(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 methodGetCurrentTemplates(ConnectionId, SessionId, TemplateTypes, CategoryId)
Returns a list of documents that are used as an template(s) of a category.
Public methodGetCurrentTemplates(ConnectionId, SessionId, String, Int32, String)
Returns a list of documents that are used as an template(s) of a category.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodRemovePresentationTemplate(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 methodRemovePresentationTemplate(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 methodSetAsDefault(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 methodSetAsDefault(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 methodSetDocumentAsPresentationTemplate(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 methodSetDocumentAsPresentationTemplate(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 methodSetEditTemplate(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 methodSetEditTemplate(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 methodToString (Inherited from Object.)
Top
See Also

Reference