MLCMemberInformation Structure Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This structure stores information about an MLC member category given its language and any member in the same MLC and is used with e.g. the GetMLCMemberInformation(ConnectionId, SessionId, CategoryId, String) method.

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

public struct MLCMemberInformation

The MLCMemberInformation type exposes the following members.

Constructors

  NameDescription
Public methodMLCMemberInformation
Creates an new instance of the MLCMemberInformation object.
Top
Properties

  NameDescription
Public propertyCategoryID
Gets the identifier of the current MLC member category.
Public propertyCategoryName
Gets the name of current MLC member category.
Public propertyIsMasterCategory
Gets a value that indicates whether the this object represents an MLC master category.
Public propertyLanguageCode
Gets the short language code used by current MLC member category
Public propertyLanguageID
Gets the language identifier of the current MLC member category.
Public propertyLanguageName
Gets the name of the language used by the current MLC member category.
Public propertyModuleName
Gets the module name of current MLC member category.
Public propertyPathName
Gets the relative path of the current MLC member category.
Public propertyRelatedDocuments
Gets the number of related documents in the current MLC member category.
Top
Methods

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string representation of the object's data.
(Overrides ValueTypeToString.)
Top
See Also

Reference