IOperationResult.IsFile

IOperationResult.IsFile property

Indicates whether the result is a path to an output file.

public bool IsFile { get; }

Return Value

true if the result is a file; otherwise false.

See Also