SearchItemKindType
extends Enumeration
in package
Defines the type of item to search for.
Table of Contents
Constants
- CONTACT = 'Contacts'
- Indicates that contacts are searched for keywords.
- DOCUMENT = 'Docs'
- Indicates that documents are searched for keywords.
- EMAIL = 'Email'
- Indicates that email messages are searched for keywords.
- FAX = 'Faxes'
- Indicates that faxes are searched for keywords.
- INSTANT_MESSAGE = 'Im'
- Indicates that instant messages are searched for keywords.
- JOURNAL = 'Journals'
- Indicates that journals are searched for keywords.
- MEETING = 'Meetings'
- Indicates that meetings are searched for keywords.
- NOTE = 'Notes'
- Indicates that notes are searched for keywords.
- POST = 'Posts'
- Indicates that posts are searched for keywords.
- RSS_FEEDS = 'Rssfeeds'
- Indicates that RSS feeds are searched for keywords.
- TASK = 'Tasks'
- Indicates that tasks are searched for keywords.
- VOICEMAIL = 'Voicemail'
- Indicates that voice mails are searched for keywords.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
CONTACT
Indicates that contacts are searched for keywords.
public
string
CONTACT
= 'Contacts'
Tags
DOCUMENT
Indicates that documents are searched for keywords.
public
string
DOCUMENT
= 'Docs'
Tags
Indicates that email messages are searched for keywords.
public
string
EMAIL
= 'Email'
Tags
FAX
Indicates that faxes are searched for keywords.
public
string
FAX
= 'Faxes'
Tags
INSTANT_MESSAGE
Indicates that instant messages are searched for keywords.
public
string
INSTANT_MESSAGE
= 'Im'
Tags
JOURNAL
Indicates that journals are searched for keywords.
public
string
JOURNAL
= 'Journals'
Tags
MEETING
Indicates that meetings are searched for keywords.
public
string
MEETING
= 'Meetings'
Tags
NOTE
Indicates that notes are searched for keywords.
public
string
NOTE
= 'Notes'
Tags
POST
Indicates that posts are searched for keywords.
public
string
POST
= 'Posts'
Tags
RSS_FEEDS
Indicates that RSS feeds are searched for keywords.
public
string
RSS_FEEDS
= 'Rssfeeds'
Tags
TASK
Indicates that tasks are searched for keywords.
public
string
TASK
= 'Tasks'
Tags
VOICEMAIL
Indicates that voice mails are searched for keywords.
public
string
VOICEMAIL
= 'Voicemail'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.