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

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

This handles the publish control functionality for Content Studio documents. Publish control is a flag that regulates if Content Studio should look on the Publish date when determining whether the document is published or not. Turning this off can improve performance for large document categories.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentDocumentBase
          ContentStudio.DocumentPublishControl

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

public sealed class PublishControl : DocumentBase

The PublishControl type exposes the following members.

Constructors

  NameDescription
Public methodPublishControl
Initializes a new instance of the PublishControl class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetItem(ConnectionId, SessionId, CSFileObjectTypes, Int32)
Returns the whether the UsePublishDate functionality is enabled on a certain object
Public methodGetItem(ConnectionId, SessionId, String, Int32, String)
Returns the whether the UsePublishDate functionality is enabled on a certain object
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodSave(ConnectionId, SessionId, String, Int32, String)
Saves a new status for an object that can control the usage of the publish date functionality
Public methodSave(ConnectionId, SessionId, CSFileObjectTypes, Int32, Boolean, CSApplyLevels)
Saves a new status for an object that can control the usage of the publish date functionality
Public methodToString (Inherited from Object.)
Top
See Also

Reference