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

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

This class contains a collection of found MLC siblings for a certain document.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ActiveScriptingMLCBaseMLCSiblingCollection

Namespace: ContentStudio.Site.ActiveScripting
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected sealed class MLCSiblingCollection : IEnumerable<MLCBaseMLCSibling>, 
	IEnumerable

The MLCBaseMLCSiblingCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of MLCSibling objects in the collection
Public propertyItemInt32
Gets a specific MLCSibling object by its index.
Public propertyItemString
Gets a specific MLCSibling object by its language code.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGet(Int32)
Returns a MLCSibling in the collection from its language code
Public methodGet(String)
Returns a MLCSibling in the collection from its language code
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference