IFsrmClassificationManager.ClassificationLastReportPathWithoutExtension Property
Retrieves the local directory path where the reports were stored the last time that classification ran.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string ClassificationLastReportPathWithoutExtension { get; }
property String^ ClassificationLastReportPathWithoutExtension {
String^ get();
}
abstract ClassificationLastReportPathWithoutExtension : string with get
ReadOnly Property ClassificationLastReportPathWithoutExtension As String
Property Value
Type: System.String
Returns a String containing the local directory path. The string is empty if classification has not been previously run.
Remarks
If the reports failed, this is the path where the reports would have been stored. The directory may contain reports that completed successfully before the failure occurred. The value passed to IFsrmReportManager::SetOutputDirectory, if any, and the reporting context determine the path.
See Also
IFsrmClassificationManager2
FsrmClassificationManager
IFsrmClassificationManager Interface
Microsoft.Storage Namespace
Return to top