Click or drag to resize

cssCollectionGet Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets css entry definition for item with name. Name may have class or id prefix: . or #. If it has multiple names, separated by comma: it will select the first

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public cssEntryDefinition Get(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
The name.

Return Value

Type: cssEntryDefinition
See Also