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

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

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

protected static Dictionary<string, string> GetAttributesFromAttributesContent(
	string attributes
)

Parameters

attributes
Type: SystemString
The attribute string to split. This should exactly match the attribute part of an XML node, and each attribute must only occur once.

Return Value

Type: DictionaryString, String
Returns a named value collection of the DictionaryTKey, TValue type based on an attribute definition. If the parameter is null (Nothing i Visual Basic), the parameter is returned.
Examples

name="data" tag="theTag"
See Also

Reference