uaPLUS Reference
ValidateItemIDs Method
See Also  Send Feedback
HDAPluginDBA Namespace > Browser Class : 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) 
Public Function ValidateItemIDs( _
   ByVal itemID() As String, _
   ByRef errors As Integer() _
) As Integer
C# 
public 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.