uaPLUS Reference
ValidateItemIDs Method
See Also  Send Feedback
I_HDAPluginDBA Namespace > IBrowserDBA Interface : ValidateItemIDs Method

itemID
Names of the items to be validated.
errors

Glossary Item Box

This method validates that specific HDA item IDs are known to the server.

Syntax

Visual Basic (Declaration) 
Function ValidateItemIDs( _
   ByVal itemID() As String, _
   ByRef errors As Integer() _
) As Integer
C# 
int ValidateItemIDs( 
   string[] itemID,
   out int[] errors
)

Parameters

itemID
Names of the items to be validated.
errors

Return Value

HRESULT

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.