IERUMember

Interface that exposes the features common to User, Group, and CustomRole objects.

Remarks


The IERUMember interface is implemented by User, Group, and CustomRole objects. Wherever the Server Access API returns an interface pointer to a User, Group or CustomRole, that pointer is an IERUMember pointer. Use the Type property to determine whether the pointer specifies a User, Group, or CustomRole. Once you determine the type of object, you can access the IERUUser, IERUGroup, IERUCustomRole interface pointer to the object with:

  • The User, Group, or CustomRole property, if you are programming with a scripting language.

  • The QueryInterface function, if you are programming with C++.

Home

Objects

Group

User


Properties

Community

CreateDate

CustomProperty

CustomRole

Facility

Group

ID

IsDeleted

Type

User


Methods

Delete

Undelete