Click or drag to resize

DBConfigurationBaseUpdateFrontPageContent Method

Updates the Front Page Content for the specified map.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual bool UpdateFrontPageContent(
	string mapName,
	string content,
	int width,
	int height
)

Parameters

mapName
Type: SystemString
Map Name
content
Type: SystemString
New content HTML
width
Type: SystemInt32
Dialog Width
height
Type: SystemInt32
Dialog Height

Return Value

Type: Boolean
Boolean indicating success

Implements

IDBConfigWriterUpdateFrontPageContent(String, String, Int32, Int32)
See Also