DEL_DirPrivacyGroupTable::findBySystemType Method
Gets a record from the DEL_DirPrivacyGroupTable table, depending on a DirSystemPrivacyGroupType value.
Syntax
client server public static DEL_DirPrivacyGroupTable findBySystemType(DEL_DirSystemPrivacyGroupType _systemType, [boolean _forupdate])
Run On
Called
Parameters
- _systemType
Type: DEL_DirSystemPrivacyGroupType Enumeration
A DirSystemPrivacyGroupType value for which a record must be selected.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DEL_DirPrivacyGroupTable Table
A record from the DEL_DirPrivacyGroupTable table.