ContentQueryFilter Properties |
The ContentQueryFilter type exposes the following members.
Name | Description | |
---|---|---|
ColumnId |
Gets or sets the id of the filtered column.
| |
DateTime_Offset |
Gets or sets the offset of time applied to the current time when DateTime_UseNow is True.
| |
DateTime_OffsetXml |
Persists the DateTime_Offset property.
| |
DateTime_UseNow |
Gets or sets a value indicating whether the value is the time of the request execution.
The time can be changed by the DateTime_Offset property. Only relevant when the filtered column is a DateTime column. | |
Guid |
Gets the GUID identifying this object.
(Inherited from ModelingObject.) | |
Id |
Gets the id identifying this object.
(Inherited from ModelingObject.) | |
InstanceGuid |
Gets a guid, unique for this object instance.
(Inherited from ModelingObject.) | |
InstanceLanguage |
Gets or sets the instance language (two letters format).
(Inherited from ModelingObject.) | |
IsExtended |
Gets a value indicating whether this object is Extended or not, allowing to avoid an "is" verification.
(Inherited from ModelingObject.) | |
Model |
Gets the model hosting this object. The Model is the root object of the modeling tree.
(Inherited from ModelingObject.) | |
ModelingItemGuid |
Gets or sets the modeling item GUID.
This can replace the Value property if the content-type displayed in the view contains modeled items.
| |
Name |
Gets the name of this object.
(Inherited from ModelingObject.) | |
Operator |
Gets or sets the filter's operator.
| |
Parent |
Gets the parent object in the modeling tree.
(Inherited from ModelingObject.) | |
ParentType |
Gets the type of the parent object in the modeling tree.
(Inherited from ModelingObject.) | |
User_UseCurrent |
Gets or sets a value indicating whether the value is the user executing the query.
Only relevant when the filtered column is a User column.
| |
Value |
Gets or sets the value used for comparisons.
|