Verastream Host Integrator .Net Reference

HostIntegratorSession.GetAttributeLocations Method (IList)

Gets locations for attributes of the current entity.

[Visual Basic]
Overloads Public Function GetAttributeLocations( _
   ByVal attributeNames As IList _
) As IList
[C#]
public IList GetAttributeLocations(
   IList attributeNames
);

Parameters

attributeNames
Specifies attribute names.

Return Value

This version of the GetAttributeLocations method (with an attributeNames parameter) returns the locations of all specified attributes.

Remarks

Gets locations for attributes of the current entity.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent attribute

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.GetAttributeLocations Overload List