Method IsRegistered
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
IsRegistered(string)
Returns whether the ID is registered.
public static bool IsRegistered(string id)
Parameters
idstringIdentifier to test. Null or empty values always return
false.
Returns
- bool
truewhen a target is currently registered forid; otherwisefalse.