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

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

Inheritance Hierarchy

SystemObject
  ContentStudio.DocumentDocumentItemResult

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

[SerializableAttribute]
public class DocumentItemResult

The DocumentItemResult type exposes the following members.

Constructors

  NameDescription
Public methodDocumentItemResult
Initializes a new instance of the DocumentItemResult class
Top
Properties

  NameDescription
Public propertyCanEdit
Gets a value indicating whether a caller can edit this document.
Public propertyCategoryId
Gets the category id.
Public propertyDocumentId
Gets the document id.
Public propertyDocumentName
Gets the name of the document.
Public propertyPath
Gets the path for the document.
Public propertyPresentationTemplatePath
Gets the path of the presentation template.
Public propertyVirtualPath
Gets the virtual path for the document.
Top
Methods

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

This class was added in Content Studio version 5.2
See Also

Reference