Click or drag to resize

DBConfigurationBaseGetNoticeBoardConfiguration Method

Get the configuration dataset for a noticeboard

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual NoticeBoardDataSet GetNoticeBoardConfiguration(
	string noticeBoardName
)

Parameters

noticeBoardName
Type: SystemString
the name of the notice board

Return Value

Type: NoticeBoardDataSet
A dataset containing the configuration

Implements

IDBConfigReaderGetNoticeBoardConfiguration(String)
See Also