MLCBaseGetSiblingCollection Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns a collection of siblings given a document identifier.

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

protected MLCBaseMLCSiblingCollection GetSiblingCollection(
	int documentId
)

Parameters

documentId
Type: SystemInt32
A document to get siblings for.

Return Value

Type: MLCBaseMLCSiblingCollection
MLCSiblingCollection. A collection of MLC sibling documents.
Remarks

The difference between the GetSiblingCollection method and the LoadDocumentSiblings method is that LoadDocumentSiblings loads the Sibling collection and returns a reference to it while LoadDocumentSiblings returns a standalone MLCSiblingCollection object.
See Also

Reference