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

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

Returns a list of installed web server controls.

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

public static void GetServerControls(
	Stream stream,
	NameValueCollection ignoreTokens,
	NameValueCollection ignoreFileNames
)

Parameters

stream
Type: System.IOStream
The stream to write xml to.
ignoreTokens
Type: System.Collections.SpecializedNameValueCollection
The ignore tokens.
ignoreFileNames
Type: System.Collections.SpecializedNameValueCollection
The ignore file names.
See Also

Reference