DateStackOption

May 17, 2019 ยท View on GitHub

-description

Indicates the unit of time used to group files into folders if a CommonFolderQuery based on date is used to create a QueryOptions object.

-enum-fields

-field None:0

The query options are not based on the date.

-field Year:1

The content is grouped by year.

-field Month:2

The content is grouped by month.

-remarks

For example, if you create a QueryOptions object using CommonFolderQuery.GroupByYear the DateStackOption property will contain the DateStackOption.Year value.

-examples

-see-also