Click or drag to resize

PropertyControllerGetId Method

Overload List
  NameDescription
Public methodGetId(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.
Public methodGetId(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.
Public methodStatic memberGetId(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.
Public methodStatic memberGetId(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.
Top
See Also