This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method Static member GetBrowsableWhere(IRenderContext, Int32)
Returns an sql snippet that can be added to the where clause of a query on the current channel view to exclude items that the current user does not have access browse to.
Public method Static member GetBrowsableWhere(ICmsContext, String, Int32)
Returns an sql snippet that can be added to the where clause of a query using the given alias for a contents view to exclude items that the current user does not have browse access to.
Public method Static member GetBrowsableWhere(IRenderContext, Int32, Boolean)
Returns an sql snippet that can be added to the where clause of a query on the current channel view to exclude items that the current user does not have access browse to.
Public method Static member GetBrowsableWhere(ICmsContext, String, Int32, Boolean)
Returns an sql snippet that can be added to the where clause of a query using the given alias for a contents view to exclude items that the current user does not have browse access to.
Public method Static member GetBrowsableWhere(ICmsContext, String, String, Int32)
Returns an sql snippet that can be added to the where clause of a query in the active view of a given channel to exclude items that a given user does not have access browse to.
Public method Static member GetBrowsableWhere(ICmsContext, String, String, Int32, Boolean)
Returns an sql snippet that can be added to the where clause of a query in the active view of a given channel to exclude items that a given user does not have access browse to.

See Also

Advanced