TranslationHelperGetRecord Method (TranslationParameters) |
Gets the record specified by parameters.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public DataRow GetRecord(
TranslationParameters parameters
)
Parameters
- parameters
- Type: CMS.DataEngineTranslationParameters
Parameters used to obtain the record.
Return Value
Type:
DataRowRemarks
Object's
Guid has priority over code name. However, if there is
Empty provided as
Guid, only
CodeName will be used to identify object.
See Also