UtilitiesProxy.IsIdValid Method
Determines if the item ID is valid.Syntax
UtilitiesProxy.IsIdValid(itemId,doThrowException)Parameters
Name | Type | Description |
---|---|---|
itemId | String | Required. The ID to check. |
doThrowException | Boolean | Required. True to throw exception when ID is not valid, otherwise false. |
Return Value
A Boolean.Returns true if the ID is valid, otherwise returns false.
See Also
UtilitiesProxy ClassAras.Server.Core Namespace
Aras Innovator Server Framework
Comments
Post a Comment