WebMapAZ Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The WebMapAZ type exposes the following members.

Properties

  Name Description
Public property ApplicationCacheTimeOut
Sets or gets the timeout (in minutes) for the application cache to live before it is refreshed. The default value is 240.
Public property BackwardsComponentCompatibilityMode
Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.
(Inherited from ActiveScriptingBase.)
Public property CacheName
Sets or gets a value that identifies the component on the entire web site. This name MUST be unique within the site since it is used to store application or session cache data. The default value is WebMapAZ1
Public property CacheType
Sets or gets the the type of caching to use for the web map. The default value is CacheTypes.None
Public property ComponentCount
Sets or gets the ordinal number of the component on the page. This value can be used by the component internally to make sure that it can generate unique values for example ID on HTML elements.
Public property ComponentName
Gets the name of the component
(Overrides ActiveScriptingBaseComponentName.)
Public property Conformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Protected property Code example CS_DataFields
Gets a EPTXmlParser that contains a collection of EPT field definitions and values. This property is the replacement for the obsolete EPT_GetFieldName(String) and EPT_GetFieldValue(String) methods.
(Inherited from CodeBase.)
Public property CSSPrefix
Sets or gets the prefix of the CSS classes that are generated. The default value is "CS_DefaultWebMap".
Public property DocumentID
Sets or gets the id of the document that acts as the root of the generated web tree. The root document is normally not included in the web map. The default value is zero in wich case the root document is determined from the passed in identifier in the query string.
Public property ElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public property Encoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Public property HeaderLevel
Sets or gets the header level. This property regulates the level of the head (h) tag written. This header holds the first letter of a found item one for each found start letter. Ex. HeaderLevel 2 generates a <h2> tag The default value is 2 and values can be in the interval 1 - 6.
Protected property Page
A reference to the current context page. This will initialize in the constructor of this class.
(Inherited from CodeBase.)
Protected property RunningUserControl
Gets the current running user control.
(Inherited from CodeBase.)
Public property SkipToContentText
Sets or gets the text that is shown in the skip to content link at the top of the control. The default value is "Skip to content".
Public property SortCulture
Sets or gets a value that identifies the culture to use when sorting the entries found. The default value is an empty string which causes WebMapAZ to use the culture of the current thread. For more information see the .NET documentation about the System.Globalization.CultureInfo class.
Top
See Also

Reference