Click or drag to resize
IResultAssertItem Method
Return a single item. If that is not possible, throw an appropriate exception (e.g. the exception returned by the server where possible)

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
IItem AssertItem(
	string type = null
)

Parameters

type (Optional)
Type: SystemString
If specified, throw an exception if the item doesn't have the specified type

Return Value

Type: IItem
See Also