EntityExists
Summary
public bool EntityExists(string name)
Returns if entity with provided name exists
Returns
True if entity exists
Parameters
- string name
Summary
public bool EntityExists(long entityId)
Returns if entity with provided name exists
Returns
True if entity exists
Parameters
- long entityId
Summary
public bool EntityExists(long? entityId)
Returns if entity with provided name exists
Returns
True if entity exists
Parameters
- long? entityId