ICustomAttributeService Methods |
The ICustomAttributeService type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteCustomAttribute |
Delete a custom attribute.
| |
| GetAllCustomAttributes |
Gets the custom attribute definitions.
| |
| GetAllCustomAttributes(NullableGuid) |
Gets the definitions of custom attributes visible to the specified tenant.
| |
| GetCustomAttribute(Guid) | Gets a custom attribute by ID. | |
| GetCustomAttribute(String) | Gets a custom attribute by name. | |
| GetCustomAttributeReferences | Gets the references of the specified custom attribute. | |
| GetEffectiveValuesForAccount |
Retrieve the effective custom attribute value of an account.
| |
| GetEffectiveValuesForGroup |
Retrieve the effective custom attribute value of a group.
| |
| SaveCustomAttribute |
Save a custom attribute.
|