Click or drag to resize

SavedFilterRegisterReqFilter Method

Overload List
  NameDescription
Public methodStatic memberRegisterReqFilter(IAppContext, String)
Register a filter clause for use in a URL's flt parameter. Registration will cause a SavedFilter to be created and written to the database. The method returns a filter spec that can be included in a URL without risk of a SQL injection attack. Filters created using this overload will always be marked as Temp with a default expiration and will be restricted to the current user.
Public methodStatic memberRegisterReqFilter(IAppContext, String, NullableDateTime)
Register a filter clause for use in a URL's flt parameter. Registration will cause a SavedFilter to be created and written to the database. The method returns a filter spec that can be included in a URL without risk of a SQL injection attack. Filters created using this overload will always be marked as Temp with a default expiration and will be restricted to the current user.
Public methodStatic memberRegisterReqFilter(IAppContext, String, String, String, String)
Register a filter clause for use in a URL's flt parameter. Registration will cause a SavedFilter to be created and written to the database. The method returns a filter spec that can be included in a URL without risk of a SQL injection attack. Filters created using this overload will always be marked as Temp with a default expiration and will be restricted to the current user.
Public methodStatic memberRegisterReqFilter(IAppContext, String, FilterAttributes, String, String, String, NullableDateTime, String)
Register a filter clause for use in a URL's flt parameter. Registration will cause a SavedFilter to be created and written to the database. The method returns a filter spec that can be included in a URL without risk of a SQL injection attack. You can use one of the ExtractFilterFromReq(IAppContext, HttpRequest, String, SavedFilter) overloads to extract the filter.
Top
See Also