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

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

Returns all classes derived from a specified Type.

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

public static void GetDerivedClasses(
	List<Type> types,
	Stream output
)

Parameters

types
Type: System.Collections.GenericListType
Base types.
output
Type: System.IOStream
Stream to write xml to
See Also

Reference