Hide Table of Contents
Class: AuxRecordDescription

Description

The AuxRecordDescription class represents the type of value that is captured in a specific AuxRecord field. There are multiple data types supported in Workflow Manager (Classic) like - file, folder, text, date, etc.

Class hierarchy

esri.WorkflowManager.SupportClasses.AuxRecordDescription()

Properties

NameTypeSummary
propertiesobjectThe properties of the record (map:string->Object).
recordIdintThe numeric ID of the record.
tableNamestringThe table name.
Property Details

<object> properties

The properties of the record (map:string ->object).

<int> recordId

The numeric ID of the record.

<string> tableName

The table name.