Class SecuredAncestorsQueryFilter
Filters on entities that have one or more specified secured ancestors.
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingFilters
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
ConnectionType
Gets or sets which ancestors to take into account (e.g. direct or direct+indirect).
Declaration
Property Value
| Type | Description |
|---|---|
| RelationConnectionType |
Id
Gets or sets id of the ancestor to filter on.
Declaration
Property Value
| Type | Description |
|---|---|
| long |
Ids
Gets or sets ids of the ancestors to filter on. If multiple values are specified, the filter will combine them using "OR" (essentially an IN-clause).
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<>long |
Type
Gets the type of the filter.
Declaration
Property Value
| Type | Description |
|---|---|
| FilterType |
Overrides
Methods
Accept(IFilterVisitor)
Accepts a query visitor.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IFilterVisitor | visitor |
The visitor to accept. |