Summary

public bool EntityExists(string name)

Returns if entity with provided name exists

Returns

bool

True if entity exists

Parameters

Summary

public bool EntityExists(long entityId)

Returns if entity with provided name exists

Returns

bool

True if entity exists

Parameters

Summary

public bool EntityExists(long? entityId)

Returns if entity with provided name exists

Returns

bool

True if entity exists

Parameters