DBConfigurationBaseDeleteWatermark Method  | 
 
            Deletes a watermark from the site.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual bool DeleteWatermark(
	int watermarkID
)
Public Overridable Function DeleteWatermark ( 
	watermarkID As Integer
) As Boolean
Parameters
- watermarkID
 - Type: SystemInt32
Icon ID 
Return Value
Type: 
BooleanBoolean value indicating success.
Implements
IDBConfigWriterDeleteWatermark(Int32)
See Also