Class PredefinedObjectType
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Predefined object type constants.
public static class PredefinedObjectType
- Inheritance
-
objectPredefinedObjectType
Fields
ACTIVITY
Code name for Activity.
public const string ACTIVITY = "om.activity"
Field Value
- string
ACTIVITYRECALCULATIONQUEUEINFO
Code name for Activity recalculation queue.
public const string ACTIVITYRECALCULATIONQUEUEINFO = "om.activityrecalculationqueue"
Field Value
- string
ALTERNATIVEFORM
Alternative form constant.
public const string ALTERNATIVEFORM = "cms.alternativeform"
Field Value
- string
AUTOMATIONSTATE
Code name for marketing automation process.
public const string AUTOMATIONSTATE = "ma.automationstate"
Field Value
- string
AUTOMATIONWORKFLOWTRIGGER
Code name for marketing automation workflow trigger.
public const string AUTOMATIONWORKFLOWTRIGGER = "cms.objectworkflowtrigger"
Field Value
- string
BIZFORM
Code name for BizForms.
public const string BIZFORM = "cms.form"
Field Value
- string
BIZFORMROLE
BizForm role binding.
public const string BIZFORMROLE = "cms.formrole"
Field Value
- string
BIZFORM_ITEM_PREFIX
BizFrom item prefix for object type.
public const string BIZFORM_ITEM_PREFIX = "bizformitem."
Field Value
- string
CHANNEL
Channel object type.
public const string CHANNEL = "cms.channel"
Field Value
- string
CONSENTAGREEMENT
Object type for consent agreement.
public const string CONSENTAGREEMENT = "cms.consentagreement"
Field Value
- string
CONTACT
Code name for the contact.
public const string CONTACT = "om.contact"
Field Value
- string
CONTACTCHANGERECALCULATIONQUEUEINFO
Code name for Contact changes recalculation queue.
public const string CONTACTCHANGERECALCULATIONQUEUEINFO = "om.contactchangerecalculationqueue"
Field Value
- string
CONTACTGROUP
Code name for the contact group.
public const string CONTACTGROUP = "om.contactgroup"
Field Value
- string
CONTACTGROUPMEMBERCONTACT
Code name for the contact group member.
public const string CONTACTGROUPMEMBERCONTACT = "om.contactgroupmembercontact"
Field Value
- string
CONTENT_FOLDER
Content folder object type.
public const string CONTENT_FOLDER = "cms.contentfolder"
Field Value
- string
CONTENT_LANGUAGE
Content language object type.
public const string CONTENT_LANGUAGE = "cms.contentlanguage"
Field Value
- string
FORMCLASS
Object type for form class
public const string FORMCLASS = "cms.formclass"
Field Value
- string
GROUP_DOCUMENTS
Document object type - Special constant.
public const string GROUP_DOCUMENTS = "##DOCUMENTS##"
Field Value
- string
MEDIAFILE
Code name for media file.
public const string MEDIAFILE = "media.file"
Field Value
- string
MEDIALIBRARY
Code name for media library.
public const string MEDIALIBRARY = "media.library"
Field Value
- string
OBJECTSCHEDULEDTASK
Object's scheduled task.
public const string OBJECTSCHEDULEDTASK = "cms.objectscheduledtask"
Field Value
- string
RESOURCE
Code name for resources.
public const string RESOURCE = "cms.resource"
Field Value
- string
ROLE
Code name for roles.
public const string ROLE = "cms.role"
Field Value
- string
USER
Code name for users.
public const string USER = "cms.user"
Field Value
- string
WEB_PAGE_ITEM
Web page item object type.
public const string WEB_PAGE_ITEM = "cms.webpageitem"
Field Value
- string
WORKFLOWSTEPROLE
Workflow step role binding.
[Obsolete("Constant is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 1)]
public const string WORKFLOWSTEPROLE = "cms.workflowsteprole"
Field Value
- string
WORKFLOWSTEPUSER
Workflow step user binding.
[Obsolete("Constant is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 1)]
public const string WORKFLOWSTEPUSER = "cms.workflowstepuser"
Field Value
- string
WORKFLOWUSER
Workflow user binding.
[Obsolete("Constant is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 1)]
public const string WORKFLOWUSER = "cms.workflowuser"
Field Value
- string
WORKSPACE
Workspace object type.
public const string WORKSPACE = "cms.workspace"
Field Value
- string