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

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

Represents settings used when relocating a Content Studio document via the Relocate(ConnectionId, SessionId, DocumentId, CategoryId, RelocateDocumentSettings) call.
Inheritance Hierarchy

SystemObject
  ContentStudio.DocumentRelocateDocumentSettings

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

[SerializableAttribute]
public sealed class RelocateDocumentSettings

The RelocateDocumentSettings type exposes the following members.

Constructors

  NameDescription
Public methodRelocateDocumentSettings
Initializes a new instance of the RelocateDocumentSettings class.
Top
Properties

  NameDescription
Public propertyAllowEPTDocuments
Gets or sets a value indicating whether to allow relocation of EPT documents.
Public propertyAllowMLCMembers
Gets or sets a value indicating whether to allow relocation of MLC member documents. MLC master documents cannot be relocated.
Public propertyRequiresCompatibleEPTSchema
Gets or sets a value indicating whether relocation operations of EPT documents requires that the source and destination categories uses compatible EPT schemas.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

This class was added in Content Studio version 5.5
See Also

Reference