Click or drag to resize
IReadOnlyItemRelationships Method (String)
Returns the set of relationships associated with this item of the specified type

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
IEnumerable<IReadOnlyItem> Relationships(
	string type
)

Parameters

type
Type: SystemString
Name of the ItemType for the relationships you wish to retrieve

Return Value

Type: IEnumerableIReadOnlyItem
See Also