TranslationReferenceLoaderLoadFromDatabase Method |
Creates translation reference for requested object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public TranslationReference LoadFromDatabase(
string objectType,
int objectId
)
Parameters
- objectType
- Type: SystemString
Type of object - objectId
- Type: SystemInt32
Database identifier of object
Return Value
Type:
TranslationReferenceSee Also