PropertyControllerGetId Method |
| Name | Description | |
|---|---|---|
| GetId(Guid) |
Returns the Id of a property from its UId.
The method doesn't consider the security model.
The method doesn't consider whether the property is marked as deleted.
| |
| GetId(String) |
Returns the Id of a property from its system name.
The method doesn't consider the security model.
The method doesn't consider whether the property is marked as deleted.
The result is cached for 2 minutes.
| |
| GetId(Guid, SqlConnection, SqlTransaction) |
Returns the Id of a property from its UId.
The method doesn't consider the security model.
The method doesn't consider whether the property is marked as deleted.
| |
| GetId(String, SqlConnection, SqlTransaction) |
Returns the Id of a property from its system name.
The method doesn't consider the security model.
The method doesn't consider whether the property is marked as deleted.
|