Click or drag to resize

IDBConfigReaderGetCredentialByLayerId Method

Gets credentials based on layer id, for use with authenticated proxy layers.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
Credential GetCredentialByLayerId(
	int layerId,
	string type
)

Parameters

layerId
Type: SystemInt32
Layer ID
type
Type: SystemString
Layer Type

Return Value

Type: Credential
Populated Credential object.
See Also