MLCBaseMLCSiblingCollectionGet Method (String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns a MLCSibling in the collection from its language code

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

public MLCBaseMLCSibling Get(
	string languageCode
)

Parameters

languageCode
Type: SystemString
The language code to match

Return Value

Type: MLCBaseMLCSibling
The MLCSibling that has the specified language code. Null is returned if no match is found.
See Also

Reference