IDBConfigWriterRemoveNoticeBoard Method  | 
 
            Removes a notice board from the system.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxbool RemoveNoticeBoard(
	int itemId
)
Function RemoveNoticeBoard ( 
	itemId As Integer
) As Boolean
Parameters
- itemId
 - Type: SystemInt32
[Missing <param name="itemId"/> documentation for "M:Cadcorp.Configuration.Connectors.IDBConfigWriter.RemoveNoticeBoard(System.Int32)"]
 
Return Value
Type: 
BooleanSuccess boolean.
See Also