Click or drag to resize
TranslationHelperGetID Method
Returns the object ID for specified record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public int GetID(
	TranslationParameters parameters
)

Parameters

parameters
Type: CMS.DataEngineTranslationParameters
Parameters used to select record

Return Value

Type: Int32
Remarks
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