ObjectRepositories Collection
Description
A collection that represents the Associated Repository Files tab of the Action Properties dialog box, which enables you to specify the object repository files associated with the current action.
Example
Public Methods
Public Method AddAdds an object repository file to the specified position in the collection.
Public Method FindFinds the position of the specified object repository file.
Public Method MoveToPosMoves the object repository file entry from the current position to the specified new position.
Public Method RemoveRemoves the object repository that is located in the specified position.
Public Method RemoveAllRemoves all object repository files from the collection.
Public Method SetAsDefaultSets the object repository files associated with the current action as the default files for all new actions.
Public Properties
Public Property CountThe number of object repository files in the collection.
Public Property ItemReturns the path of the object repository located in the specified position.