Click or drag to resize

IObject Properties

The IObject type exposes the following members.

Properties
  NameDescription
Public propertyChangedBy
Gets the name of the user who changed the object last.
Public propertyChangedOn
Gets the point of time the object was changed last.
Public propertyCreatedBy
Gets the name of the user who created the object.
Public propertyCreatedOn
Gets the point of time the object was created.
Public propertyDescription
Gets or sets the object description. The description can be empty.
Public propertyFolder
Gets the containing folder.
Public propertyId
Gets the object ID. The ID is generated by the platform and cannot be modified.
Public propertyIsLocked
Indicates if the object is locked.
Public propertyIsValid
Indicates if the object instance is valid. The object becomes invalid if the Destroy method has been called.
Public propertyLockedBy
Gets the name of the user who holds a lock on the object, empty string if the object is not locked.
Public propertyLockedOn
Gets the lock timestamp, if object is locked. DateTime.MinValue if not.
Public propertyName
Gets or sets the object name. The name cannot be an empty string. It is modifiable and does not have to be unique.
Public propertyObjType
Gets the object type.
Top
See Also