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

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

When overridden in a derived class, creates an instance of a class that implements IStateManager. The type of object created is based on the specified member of the collection returned by the GetKnownTypes method.

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

protected override Object CreateKnownType(
	int index
)

Parameters

index
Type: SystemInt32
The index, from the ordered list of types returned by GetKnownTypes, of the type of IStateManager to create.

Return Value

Type: Object
An instance of a class derived from IStateManager, according to the index provided.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException
See Also

Reference