Click or drag to resize

ConfigurationDataSetUrlDataTableAddUrlRow Method (Int32, String)

[Missing <summary> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.UrlDataTable.AddUrlRow(System.Int32,System.String)"]

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public ConfigurationDataSetUrlRow AddUrlRow(
	int UrlID,
	string Url
)

Parameters

UrlID
Type: SystemInt32

[Missing <param name="UrlID"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.UrlDataTable.AddUrlRow(System.Int32,System.String)"]

Url
Type: SystemString

[Missing <param name="Url"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.UrlDataTable.AddUrlRow(System.Int32,System.String)"]

Return Value

Type: ConfigurationDataSetUrlRow

[Missing <returns> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.UrlDataTable.AddUrlRow(System.Int32,System.String)"]

See Also