AssetPropertyGroup::findByAssetPropertyGroup Method
Finds the specified record in the AssetPropertyGroup table for a given property group.
Syntax
client server public static AssetPropertyGroup findByAssetPropertyGroup(
AssetPropertyGroupCodeId _assetPropertyGroup,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _assetPropertyGroup
Type: AssetPropertyGroupCodeId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: AssetPropertyGroup Table
A record of the AssetPropertyGroup table if found; otherwise, an empty buffer.