ItemExists Method
Summary
Indicates whether the specified item exists.
Syntax
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.