PropertyBrowserGetWebType Method (String, String, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the type for the current AppDomain.

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

public static Type GetWebType(
	string Namespace,
	string Assembly,
	string TagName
)

Parameters

Namespace
Type: SystemString
Namespace for the type to load
Assembly
Type: SystemString
Assembly for the type to load
TagName
Type: SystemString
Tag name for the type to load

Return Value

Type: Type
A reference to a type if found otherwise null.
See Also

Reference