Sets the rights filter to use the default view right for this object.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public QuerySettings<TConfigurationObject, TPropertyEnum> SetRightsFilterToView()
Visual Basic
Public Function SetRightsFilterToView As QuerySettings(Of TConfigurationObject, TPropertyEnum)

Return Value

This QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.

Remarks

The rights filter sets a list of rights that will be used to filter the result list against. For example, if UserConfigurationList is being queried and ChangeUserStatus is specified, this query will only result in User objects that the current user has ChangeUserStatus rights to. This will overwrite the current rights filter.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also