GroupIncludeOrRedirect Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The GroupIncludeOrRedirect type exposes the following members.

Properties

  Name Description
Public property Action
Sets or gets a value that indicates what to do when the caller is a member of the group specified in the Group property or the caller's group memberships matches the Groupfilter. The default value is Action.Include.
Public property AlternateAction
Sets or gets a value that indicates what to do when the caller not is a member of the group specified in the Group property or the caller's group memberships does not match the Groupfilter. The default value is Actions.Include
Public property AlternateTargetDocumentId
Sets or gets the ID of the document that should either be included or redirected to if the caller not is a member of the group specified in the Group property or the caller's group memberships does not match the Groupfilter. The default value is zero
Public property AlternateTargetPresentationTemplate
Sets or gets the ID of the presentation template that should be used when presenting the AlternateTargetDocumentId. The default value is zero
Public property BackwardsComponentCompatibilityMode
Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.
(Inherited from ActiveScriptingBase.)
Public property ComponentName
Gets the name of the component
(Overrides ActiveScriptingBaseComponentName.)
Public property Conformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Public property ElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public property Encoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Public property Group
Sets or gets a group name that the user should be a member of. The default value is an empty string
Public property Code example Groupfilter
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.
Public property GroupfilterEvaluationRule
Sets or gets a value that indicates how the groups in the Groupfilter must match the caller's memberships in order to evaluate to true. The default value is GroupfilterEvaluationRules.Any.
Public property TargetDocumentId
Sets or gets the ID of the document that should either be included or redirected to if the caller is a member of the group specified in the Group property or the caller's group memberships does not match the Groupfilter. The default value is zero
Public property TargetPresentationTemplate
Sets or gets the ID of the presentation template that should be used when presenting the TargetDocumentId. The default value is zero
Top
See Also

Reference