Click or drag to resize

GroupedPropertyCollectionGetGroupDocumentation Method

Gets the documentation text, attached to the specified group, or null if the group has no documentation attached.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public string GetGroupDocumentation(
	string group
)

Parameters

group
Type: SystemString
The group in question.

Return Value

Type: String
A string with the Markdown documentation text, or null.

Implements

IGroupedPropertySourceGetGroupDocumentation(String)
See Also