Skip to content

RetrieveRequestHandler<TRow,TRetrieveRequest,TRetrieveResponse>.AllowSelectField method

Returns true if the field should be allowed to be selected, based on its read permission and the SelectLevel.Never flag.

protected virtual bool AllowSelectField(Field field)
parameter description
field The field.

See Also