FlashVarParameterCollectionGetKnownTypes 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, gets an array of IStateManager types that the StateManagedCollection collection can contain.

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 Type[] GetKnownTypes()

Return Value

Type: Type
An ordered array of Type objects that identify the types of IStateManager objects the collection can contain. The default implementation returns null.
See Also

Reference