Click or drag to resize

IIQAPIGetAttributes Method

Retrieve the list of all valid attributes for the current cabinet.

Namespace:  Informa.ImageQuest.API.Library
Assembly:  Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntax
List<IQAttribute> GetAttributes(
	string token
)

Parameters

token
Type: SystemString
User Authentication Token from a previous Login(String, String, String) or SystemLogin(String) call.

Return Value

Type: ListIQAttribute
An array of IQAttribute objects representing all ImageQuest attributes that have been configured for the currently selected cabinet.
Remarks

The return value for this method is documented as a generic ListT of IQAttribute objects. In most cases, the SOAP proxy class generator will serialize this value as a fixed-size array.

The IQAttribute objects returned from this method provide a subset of the information available within the IQadninistrator utility about an attribute. In addition to providing the name and data type of all available attributes, an API consumer application can also determine which attributes are required, and which are system attributes that should not be edited.

See Also