live chat,live help,live support Boldchat Web Service
API Reference
 
[ Programmer's Guide | API Reference Home ]


Class FolderInfo

A FolderInfo instance contains information about one folder. A folder may be a child of another folder, identified by the parentFolderID property. Root folders will have a null parent. One root folder per service is created along with a Boldchat account.

Property Summary
LongfolderID
The unique ID of this folder.
Stringname
The name of the folder.
BytefolderType
The folder type.
LongparentFolderID
The ID of the parent folder.

Property Detail
Long folderID

The unique ID of this folder.

String name

The name of the folder.

Byte folderType

The folder type.
  • 2 - Contact
  • 3 - Ticket
  • 4 - Email Thread
  • 5 - Chat
  • 6 - Visit
  • 7 - Report
  • 50 - Call
  • 73 - SMS
  • 82 - Twitter

Long parentFolderID

The ID of the parent folder.