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

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

Get all registered components from web.config.

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

public static void GetRegisteredComponents(
	Stream output,
	PagesSection pageSection
)

Parameters

output
Type: System.IOStream
Stream to write xml to.
pageSection
Type: System.Web.ConfigurationPagesSection
A page section too look in.
See Also

Reference