GroupIncludeOrRedirectGroupfilter Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that specifies a filter criteria for the groups that the caller should be a member of. The default value is an empty string.

Namespace: ContentStudio.Site.ActiveScripting.Security
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string Groupfilter { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentNullExceptionA null value was passed in for this property.
Remarks

The filter should be written as a list of one or more DOMAINNAME entries, each one surrounded by a pipes (|) characters. This property overrides the Group property. The GroupfilterEvaluationRule property regulates how the comparison between the Groupfilter and the caller's actual memberships is done.
Examples

"|MydomainMyGroup||MydomainYourGroup|"
See Also

Reference