IDBConfigWriterUpdateFrontPageContent 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)
Syntaxbool UpdateFrontPageContent(
string mapName,
string content,
int width,
int height
)
Function UpdateFrontPageContent (
mapName As String,
content As String,
width As Integer,
height As Integer
) As Boolean
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:
BooleanBoolean indicating success
See Also