Share via


ContentIndexerQuery.QueryFolder Property

Definition

Gets the StorageFolder representation of the app-provided items in the ContentIndexer query.

public:
 property StorageFolder ^ QueryFolder { StorageFolder ^ get(); };
StorageFolder QueryFolder();
public StorageFolder QueryFolder { get; }
var storageFolder = contentIndexerQuery.queryFolder;
Public ReadOnly Property QueryFolder As StorageFolder

Property Value

The folder that contains app-provided content.

Remarks

The StorageFolder returned by the QueryFolder property is read-only. You can't change the properties of the folder or of the files that it contains.

Applies to

See also