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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.