Click or drag to resize

SettingsServiceGetDocumentFileForDefaultAction Method

Gets the document for a given default action id

Namespace:  AMCS.Elemos.IntegrationService.Services.Settings
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DocumentFile GetDocumentFileForDefaultAction(
	string authenticationKey,
	int defaultActionId
)

Parameters

authenticationKey
Type: SystemString
defaultActionId
Type: SystemInt32

Return Value

Type: DocumentFile
See Also