Validates if the element for the specified repository item exists.
| C# | Visual Basic | Visual C++ |
public static void Exists( RepoItemInfo itemInfo )
Public Shared Sub Exists ( _ itemInfo As RepoItemInfo _ )
public: static void Exists( RepoItemInfo^ itemInfo )
- itemInfo (RepoItemInfo)
- The RepoItemInfo object for the repository item.
| Exception | Condition |
|---|---|
| ValidationException | If the validation fails. |
