DocumentStatisticsModuleName Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the type of document (module).

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

public string ModuleName { get; }

Property Value

Type: String
Remarks

This information is only for internal use in Content Studio.

The table below lists the supported value for ModuleName".

ModuleNameDescription.
ActiveScriptingThe category contains AS-components.
DokumentThe category contains regular documents or text documents, with or without meta data.
EditTemplateThe category contains Editing templates.
FilThe category contains uploaded files
FormatmallThe category contains templates (for fragments of a page).
HelsidesmallThe category contains document templates.
PresentationTemplateThe category contains presentation templates.
XMLDocumentThe category contains EPT documents.
Note Note
You cannot use the value of ModuleName to determine the type of content stored in a category with module name Dokument. Use the GetDocumentType(ConnectionId, SessionId, DocumentId) method to exactly determine the type of document.
See Also

Reference