Sets the rights filter to use the default admin right for this object.
Namespace: ININ.IceLib.ConfigurationAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public QuerySettings<TConfigurationObject, TPropertyEnum> SetRightsFilterToAdmin() |
Visual Basic |
---|
Public Function SetRightsFilterToAdmin 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.
For 4.0, supported for IC Server version 4.0 GA and beyond.