[This is preliminary documentation and is subject to change.]
The ExtranetKbInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExtranetKbInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | AddSelectedField |
Adds the selected field from the extranet to the knowledge base. This field shows up in the
knowledge base screen.
|
![]() | Dump |
Ourputs a dump of the object for debugging purposes
|
![]() | 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.) |
![]() | GetFieldSize |
Gets the size of the fields array. This returns the number of fields in the knowledge base.
|
![]() | 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.) |
![]() | GetSelectedField |
Gets the value of the selected field from the object.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Serialize this object to a readable format.
(Overrides Object..::.ToString()()().) |
Properties
Name | Description | |
---|---|---|
![]() | CaseId |
The unique id of the extranet case
|
![]() | FilterString |
The string value to filter
|
![]() | FilterTypeId |
Shows the type of the filter selected from the knowledge base creation screen.
|
![]() | IsHtml |
Shows if the knowledge base is html based. Html based knowledge base will show the details in Html
|
![]() | ProjectId |
The database generated unique id of the project
|
![]() | SubTopicId |
The database generated unique id of the subtopic of the knowledge base
|
![]() | TopicId |
The database generated unique id of the topic of the knowledge base
|
![]() | WelcomeText |
Shows the Knowledge base welcome message.
|