Table of Contents

Class CPUtilsBaseClass.addonExecuteHostRecordContext

Namespace
Contensive.BaseClasses
Assembly
CPBase.dll

When an addon is executed from content with {% JSON %}, this object describes the record in which the command was executed

public class CPUtilsBaseClass.addonExecuteHostRecordContext
Inheritance
CPUtilsBaseClass.addonExecuteHostRecordContext
Inherited Members

Properties

contentName

the content for the record (metadata that describes the table)

public string contentName { get; set; }

Property Value

string

fieldName

field name

public string fieldName { get; set; }

Property Value

string

recordId

record's id

public int recordId { get; set; }

Property Value

int