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

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

This class is used to return statistical information about document usage and status of a web site.
Inheritance Hierarchy

SystemObject
  ContentStudioDocumentStatisticsInformation

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

[SerializableAttribute]
public class DocumentStatisticsInformation : ISerializable

The DocumentStatisticsInformation type exposes the following members.

Properties

  NameDescription
Public propertyArchived
Gets the number of archived documents on a Web site.
Public propertyNotClassified
Gets the number of documents on a Web site for which no statistics exists.
Public propertyPublished
Gets the number of published documents on a Web site.
Public propertyTotal
Gets the total number of documents on a Web site.
Public propertyUnpublished
Gets the number of not published documents on a Web site.
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.)
Public methodWriteXml
Writes the content of this object as xml.
Top
Fields

  NameDescription
Public fieldSystemDocuments
Gets the number of system documents on the Web site. System documents are documents that are included in every Content Studio Web site. These documents are normally protected and maintained by the installation during the upgrade process.
Top
Remarks

This object is new in Content Studio 5.2
Note Note
The statistics is maintained by the Service Manager and depending on how busy the Service Manager is, the returned data sometimes can differ from the actual values when one or more documents has recently changed their statuses.
See Also

Reference