Description
Use this method to check whether the Stores project item contains the Files, Objects, Regions or XML collection. If the specified collection does not exist, you can create it using the Stores.Create
method.
Declaration
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
NodeName
Specifies the name of the collection whose existence in the Stores project item you want to check. This parameter can have one of the following values:
- Files
- Objects
- Regions
- XML
Result Value
The method returns True if the current project contains the Stores project item and the specified collection exists in this item; otherwise False.
See Also
Stores.Create Method
Stores
About Files Collection
About Objects Collection
About Regions Collection
About XML Collection