Skip to content

Import.GetLogFilePath Method

Returns the full path to the text log file that holds the log of the import defined by details.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public string GetLogFilePath(
    IImportDetails details
)

VB

Public Function GetLogFilePath ( 
    details As IImportDetails
) As String

Parameters

 

details
Type: Citrix.SDK.AppDNA.IImportDetails
This must be one of the objects that was passed to the initiating Application.Import function and is used as a key to find the respective log file path for that import.

Return Value

Type: String
The specified log file path.

See Also

Reference

Import Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?