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