QueryOptions.DateStackOption Property

Definition

Gets the unit of time used to group files into folders if the QueryOptions object was created with a CommonFolderQuery based on date. For example, if CommonFolderQuery.GroupByYear is used to create a QueryOptions object, the value of this property is DateStackOption.Year.

public:
 property DateStackOption DateStackOption { DateStackOption get(); };
DateStackOption DateStackOption();
public DateStackOption DateStackOption { get; }
var dateStackOption = queryOptions.dateStackOption;
Public ReadOnly Property DateStackOption As DateStackOption

Property Value

The unit of time user to group folder content by date.

Applies to