| PropertyControllerGetSystemName Method |
Returns the system name of a property from its id.
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.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic string GetSystemName(
int propertyId
)
Parameters
- propertyId
- Type: SystemInt32
Return Value
Type:
String
Returns the SystemName of the specified property.
If the specified property doesn't exist then null is returned.
See Also