Folder Class

This object represents a Folder, and is derived from the ContentObject class. All properties and methods from the ContentObject are supported for this object, plus the properties below.

Properties

PROPERTY NAME

DATA TYPE

DESCRIPTION

ID

String

The ID of this specific form instance

Name

String

The text name of this specific form instance

PID

String

The Partition ID of the partition where this form resides

CreateTime

DateTime

The date/time of this specific form instance’s creation

UpdateTime

DateTime

The most recent date/time that a user changed this specific form instance

CreateUID

String

The User ID of the user which created this specific form instance

UpdateUID

String

The User ID of the user who most recently update this specific form instance

Methods