IManage |
Represents an object that manages used defined attributes
Namespace: TSD.API.Remoting.UserDefinedAttributes
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The IManageUserDefinedAttributes type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddUserDefinedAttributeRepositoryItemAsync(IAttributeDefinition, FileStream, CancellationToken) | Adds an embedded file item to the repository of the user defined attributes | |
AddUserDefinedAttributeRepositoryItemAsync(IAttributeDefinition, String, CancellationToken) | Adds an item to the repository of the user defined attributes | |
CreateAttributeDefinitionAsync | Creates new attribute definition | |
GetAttributeDefinitionsByNamesAsync | Returns a collection of IAttributeDefinition instances corresponding to the given attribute definition names | |
RemoveAttributeDefinitionsAsync | Removes attribute definitions | |
SetAttributeDefinitionAsync | Sets the given attribute definition |
See Also