Share via


FolderInformation.IsCommonFileQuerySupported(CommonFileQuery) Method

Definition

Retrieves a value that indicates whether the current folder supports the specified common file query.

public:
 virtual bool IsCommonFileQuerySupported(CommonFileQuery query) = IsCommonFileQuerySupported;
bool IsCommonFileQuerySupported(CommonFileQuery const& query);
public bool IsCommonFileQuerySupported(CommonFileQuery query);
function isCommonFileQuerySupported(query)
Public Function IsCommonFileQuerySupported (query As CommonFileQuery) As Boolean

Parameters

query
CommonFileQuery

The common file query to test.

Returns

Boolean

bool

True if the folder supports the specified common file query; otherwise false.

Implements

Applies to