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

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

Gets the module name of current MLC member category.

Namespace: ContentStudio.Document.MLC
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 value is used internally by Content Studio to determine the content type of a category.

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