[This is preliminary documentation and is subject to change.]
The TrackerCaseInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TrackerCaseInfo | Overloaded. | 
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetEnumerator | 
            Gets an enumerator to enumerate through all the user defined fields.
              | |
| GetFieldValue | 
            Gets the field value depending on the fieldid that is selected
              | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.  (Inherited from Object.) | |
| GetSortedKeys | 
            Gets the sorted keys
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetUdf | 
            Gets the user defined field value of a particular field in this case.
              | |
| IsUdfPresent | 
            Shows if the udf (user defined field) is present
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| SetUdf | 
            Sets an user defined field for this case.
              | |
| ToString | Returns a String that represents the current Object.  (Inherited from Object.) | |
| UdfCount | 
            Gets the count of the total number of elements in the tracker case. This includes the
            udf and fixed fields.
              | 
Properties
| Name | Description | |
|---|---|---|
| AssignedEmailAddress | 
            The email address of the assigned to user
              | |
| AssignedId | 
            The id of the Assigned to user
              | |
| AssignedName | 
            The name of the assigned to user
              | |
| CaseId | 
            The system generated unique identifier for the tracker case.
              | |
| CaseNum | 
            The case number of the case.
              | |
| Category | 
            The Category value of the case.
              | |
| CategoryId | 
            The system generated unique identifier for the Category of the case.
              | |
| Comments | 
            the Comments of the case.
              | |
| CreatedByEmailAddress | 
            The email Address of the user who created the case.
              | |
| CreatedById | 
            The user identifier of the creator of the case.
              | |
| CreatedByName | 
            The name of the creator of the case.
              | |
| CreatedDate | 
            the created date for the case.
              | |
| Criticality | 
            The Criticality value for the case.
              | |
| CriticalityId | 
            The system generated unique identifier for the Criticality of the case.
              | |
| Description | 
            The Description of the case.
              | |
| ExternalEmailAddress | 
            The external email Address of the user who created the case. This is the email of the user
            if the user has created the case without logging into OfficeClip.
              | |
| IsActive | 
            Shows whether the tracker case is Active or archived. The value is true if Active and 
            false if archived.
              | |
| IsExternal | 
            Shows if the creator of the case is an external user. That is if the user has created
            the case without logging into OfficeClip.
              | |
| kind | 
            The kind value of the case.
              | |
| KindId | 
            The system generated unique identifier for the kind of the case.
              | |
| ModifiedByEmailAddress | 
            The email Address of the user who last modified the case.
              | |
| ModifiedById | 
            The user identifier of the user who last modified the case.
              | |
| ModifiedByName | 
            The name of the user who last modified the case.
              | |
| ModifiedDate | 
            The date on which the case was last modified.
              | |
| ObjectId | 
            The object id
              | |
| ObjectTypeId | 
            The object type id
              | |
| RegardingName | 
            The regarding name
              | |
| Resolution | 
            The Resolution of the case.
              | |
| Status | 
            The status name for the case.
              | |
| StatusId | 
            The system generated unique identifier for the case status.
              | |
| Title | 
            The Title of the case.
              | |
| Udfs | 
            Returns the udf hashtable, the key is the id of the udf and the value is the value of udf in string
              | 
