Click or drag to resize

DBConfigurationBaseAddUpdateNoticeBoard Method

Adds a notice board to the system or updates an existing notice board.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual NoticeBoardData AddUpdateNoticeBoard(
	NoticeBoardData noticeBoard
)

Parameters

noticeBoard
Type: Cadcorp.ConfigurationNoticeBoardData
Noticeboard to add/update

Return Value

Type: NoticeBoardData
Populated NoticeBoard object.

Implements

IDBConfigWriterAddUpdateNoticeBoard(NoticeBoardData)
See Also