IOperationResult.IsFile

IOperationResult.IsFile property

Indicates whether the result is a file path.

public bool IsFile { get; }

Return Value

True if the result is a file path; otherwise false.

See Also