←Select platform

ItemExists Method

Summary

Indicates whether the specified item exists.

Syntax
C#
VB
C++
public static bool ItemExists( 
   string id 
) 
Public Shared Function ItemExists( 
   ByVal id As String 
) As Boolean 
public:  
   static bool ItemExists( 
      String^ id 
   ) 

Parameters

id

ID of the item in question.

Return Value

true if the item exists; otherwise is false.

Remarks

To create an object, refer to CreateObject.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.