PropertyBrowser Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Retrieves properties for ASP.NET servercontrols.
Inheritance Hierarchy

SystemObject
  ContentStudio.SitePropertyBrowser

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

public static class PropertyBrowser

The PropertyBrowser type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetAssemblyQualifiedName
Gets the name of the assembly qualified.
Public methodStatic memberGetDerivedClasses
Returns all classes derived from a specified Type.
Public methodStatic memberGetProperties(Type, Stream)
Gets the properties.
Public methodStatic memberGetProperties(IDesignerHost, Object, Stream)
Gets the properties.
Public methodStatic memberGetProperties(IDesignerHost, Object, XmlTextWriter)
Gets the properties.
Public methodStatic memberGetPropertyValue
Gets the property value.
Public methodStatic memberGetPropertyValueAsString
Gets the property value as string.
Public methodStatic memberGetRegister
Gets the register information as Xml.
Public methodStatic memberGetRegisteredComponents
Get all registered components from web.config.
Public methodStatic memberGetServerControls
Returns a list of installed web server controls.
Public methodStatic memberGetThemes
Gets the current theme info in xml for the specified virtual path.
Public methodStatic memberGetToolboxIcon
Returns a icon file embedded in the assembly for the current type.
Public methodStatic memberGetToolboxIconAsXml
Returns a icon file embedded in the assembly for the current type. The file is returned in xml-format.
Public methodStatic memberGetUserControlClassName
Gets the name of the user control class.
Public methodStatic memberGetWebType(String)
Gets the type of the web.
Public methodStatic memberGetWebType(IServiceProvider, String)
Gets the type of the web.
Public methodStatic memberGetWebType(String, String, String)
Gets the type for the current AppDomain.
Public methodStatic memberIsDefaultValue(PropertyDescriptor, Object)
Determines whether [is default value] [the specified descriptor].
Public methodStatic memberIsDefaultValue(Object, PropertyDescriptor, IDesignerHost)
Determines whether [is default value] [the specified instance].
Public methodStatic memberParseStringToType
Parses the type of the string to.
Public methodStatic memberSetPropertyValue
Sets the property value.
Public methodStatic memberWriteProperty
Writes the property.
Public methodStatic memberWriteStandardValues
Writes the standard values.
Top
Remarks

This class is used for the Content Studio infrastructure and is not intended to be used directly.
See Also

Reference