BaseInfo Properties |
The BaseInfo type exposes the following members.
Name | Description | |
---|---|---|
AllowClone |
Indicates if the object supports cloning.
| |
AllowRestore |
Indicates if the object supports deleting to recycle bin.
| |
AllowTouchParent |
Indicates if parent is allowed to be touched, if exists.
| |
AssignedSites |
Collection of the sites to which the object is associated via site bindings (M:N relationships).
| |
BindingObjectTypes | Obsolete.
Binding object types.
| |
Bindings |
Collection of the binding objects for the given object.
| |
CacheParentData |
If true, the parent object data is cached within object.
| |
CategoryIDColumn | Obsolete.
Category ID column name.
| |
CodeNameColumn |
Code name column name of the info record.
| |
ColumnNames |
Column names.
| |
CustomizedColumns |
Gets the list of customized columns in current object
| |
DisplayNameColumn |
Display name column name of the info record.
| |
Generalized |
Generalized interface of this object.
| |
GUIDColumn | Obsolete.
GUID column.
| |
HasData |
Returns true if the object has it's data storage initialized already
| |
CheckUnique |
If true, the code name is checked for uniqueness upon saving.
| |
ChildDependencies |
Collection of the child dependencies for the given object. These are objects which should be included into the parent data (for example class data for BizForms), but aren't direct child of the object.
| |
ChildDependencyColumns | Obsolete.
Name of the columns (separated by semicolon) of object dependencies which should be included into the parent data (for example class data for BizForms).
| |
ChildObjectTypes | Obsolete.
Child object types.
| |
Children |
Collection of the child objects for the given object.
| |
Icon |
Object icon
| |
IDColumn | Obsolete.
ID column name of the info record.
| |
IgnoreExternalColumns |
If true, externally stored columns are ignored and are stored normally in DB.
| |
InstanceGUID |
Returns the object instance GUID
| |
InvalidateObject | Obsolete.
If true, object is invalidated when the object is changed.
| |
IsCachedObject |
If true, the object is cached within the system for later use
| |
IsClone |
Indicates if the object is clone.
| |
IsComplete |
Returns true if the object is complete (has all columns).
| |
IsDisconnected |
Returns true if this collection is disconnected from the database
| |
IsGlobal |
Returns true if the object is global object. False if the object belongs to specific site only.
| |
IsCheckedOut |
Indicates if the object is checked out.
| |
IsCheckedOutByUserID |
Gets ID of the user who checked the object out.
| |
IsObjectValid |
Returns true if the object is considered valid.
| |
Item |
Gets or sets the value of the column.
| |
LogEvents |
If true, Events tasks are logged on the object update.
| |
LogExport |
If true, export tasks are logged on the object update.
| |
LogIntegration |
If true, integration tasks are being logged.
| |
LogSynchronization |
If true, synchronization tasks are logged on the object update.
| |
LogWebFarmTasks |
If true, web farm tasks are logged on the object update.
| |
MetaFiles |
Collection of the metafiles belonging to the object.
| |
Name |
Returns the code name of the object
| |
ObjectCategory |
Object category.
| |
ObjectClassName | Obsolete.
Class name.
| |
ObjectCodeName |
Object code name.
| |
ObjectDisplayName |
Object display name.
| |
ObjectFullName |
Object full name if exists
| |
ObjectGroupID |
Object community group ID.
| |
ObjectGUID |
Object GUID.
| |
ObjectIcon |
Object icon metafile.
| |
ObjectIconGUID |
Object icon GUID.
| |
ObjectID |
Object ID.
| |
ObjectIsCustom |
Indicates if object is custom.
| |
ObjectIsCustomized |
Indicates if object is customized.
| |
ObjectIsNested | Obsolete.
Returns true if the object is created within wrapping object and figures as its part (e.g., partial classes for TreeNode class).
| |
ObjectLastAccessed |
Object last access time (uses internally by providers).
| |
ObjectLastModified |
Last modified time.
| |
ObjectOrder |
Returns the order of the object among the other objects.
| |
ObjectParent |
Object parent.
| |
ObjectParentID |
Object parent ID.
| |
ObjectSettings |
Object settings
| |
ObjectSite |
Returns the object site.
| |
ObjectSiteID |
Object site ID.
| |
ObjectSiteName |
Object site name.
| |
ObjectStatus |
Returns the current status of the object.
| |
ObjectThumbnail |
Object thumbnail metafile.
| |
ObjectThumbnailGUID |
Object thumbnail GUID.
| |
ObjectType | Obsolete.
Object type.
| |
ObjectVersionGUID |
Object version GUID.
| |
OrderColumn | Obsolete.
Order column name of the info record.
| |
OtherBindingObjectTypes | Obsolete.
Other binding types (ObjectType constants separated by semicolon) - binding types where this object participate but is not parent object of those binding types.
| |
OtherBindings |
Collection of the binding objects for the given object.
| |
Parent |
Object parent
| |
ParentIDColumn | Obsolete.
Parent ID column name of the info record.
| |
ParentObjectType |
Parent object type.
| |
PrioritizedProperties |
Gets the list of properties which should be prioritized in the macro controls (IntelliSense, MacroTree).
| |
Processes |
Collection of the processes belonging to the object.
| |
Properties |
Properties of the object available through GetProperty.
| |
ReferringObjects |
Collection of the objects depending on this object (object which have FK to this object).
| |
RelatedData |
Custom data connected to the object.
| |
RelatedObjects |
Related objects.
| |
ScheduledTasks |
Collection of the scheduled tasks belonging to the object.
| |
Site |
Object site
| |
SiteIDColumn | Obsolete.
Site ID column name of the info record.
| |
SupportsVersioning |
Indicates if the object versioning is supported. Default false
| |
Thumbnail |
Object thumbnail
| |
TimeStampColumn | Obsolete.
Time stamp column.
| |
TouchCacheDependencies |
If true, cache dependencies are touched when the object is changed.
| |
TypeInfo |
Object type information.
| |
UpdateTimeStamp |
If true, timestamp of the object is updated when saved.
| |
ValidateCodeName |
If true, the code name is validated upon saving.
| |
VersioningEnabled |
Indicates if the object versioning is enabled by the settings.
|