 | 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)
Syntaxpublic DocumentFile GetDocumentFileForDefaultAction(
string authenticationKey,
int defaultActionId
)
Public Function GetDocumentFileForDefaultAction (
authenticationKey As String,
defaultActionId As Integer
) As DocumentFile
Parameters
- authenticationKey
- Type: SystemString
- defaultActionId
- Type: SystemInt32
Return Value
Type:
DocumentFile
See Also