Table of Contents

Class GetIDParameters

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Parameters wrapper for the TranslationHelper.GetID function

public class GetIDParameters
Inheritance
object
GetIDParameters
Extension Methods

Constructors

GetIDParameters()

Constructor

public GetIDParameters()

Properties

CodeName

Code name

public string CodeName { get; set; }

Property Value

string

CodeNameColumn

Code name column

public string CodeNameColumn { get; set; }

Property Value

string

Guid

GUID

public Guid Guid { get; set; }

Property Value

Guid

GuidColumn

GUID column

public string GuidColumn { get; set; }

Property Value

string

OldId

Old object ID

public int OldId { get; set; }

Property Value

int

ParentId

Parent ID

public int ParentId { get; set; }

Property Value

int

ParentIdColumn

Parent ID column

public string ParentIdColumn { get; set; }

Property Value

string