Class CheckIdentityMembershipMethod
Check if user is an (possibly indirect) member of an identity group
Inherited Members
Namespace: BitAddict.Aras
Assembly: BitAddict.Aras.dll
Syntax
public class CheckIdentityMembershipMethod : ArasMethod
Properties
IdentityName
Name of Identity to check
Declaration
[XmlProperty("identity_name", true)]
public string IdentityName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
DoApply(Item)
Check if user is an (possibly indirect) member of an identity group
Declaration
public override Item DoApply(Item body)
Parameters
Type | Name | Description |
---|---|---|
Aras.IOM.Item | body | Method XML body item |
Returns
Type | Description |
---|---|
Aras.IOM.Item | 'true' as string result if membership matches |