IFsrmReportManager.GetOutputDirectory Method (_FsrmReportGenerationContext)

 

Retrieves the local directory path where the reports with the specified context are stored.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string GetOutputDirectory(
    _FsrmReportGenerationContext context
)
String^ GetOutputDirectory(
    _FsrmReportGenerationContext context
)
abstract GetOutputDirectory : 
        context:_FsrmReportGenerationContext -> string
Function GetOutputDirectory (
    context As _FsrmReportGenerationContext
) As String

Parameters

Return Value

Type: System.String

Returns a String containing the local directory path where the reports are stored.

See Also

FsrmReportManager
IFsrmReportManager Interface
Microsoft.Storage Namespace

Return to top