IReadOnlyResultAssertItem 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.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IReadOnlyItem AssertItem(
string type = null
)
Function AssertItem (
Optional type As String = Nothing
) As IReadOnlyItem
Parameters
- type (Optional)
- Type: SystemString
If specified, throw an exception if the item doesn't have the specified type
Return Value
Type:
IReadOnlyItemSee Also