| MicromessageManager |
Constructor
|
| MicromessageManager(ApiAccessMode) |
Constructor
|
| GetList(MicroMessageCriteria) |
Gets data from the database using the criteria object.
|
| GetUserMessageList(Int64,PagingInfo) |
Gets a list of messages that the user has sent.
|
| GetPublicMessageList(PagingInfo) |
Gets a filtered list of messages that the requesting user can see. The list includes public and colleagues messages.
|
| GetColleagueMessageList(PagingInfo) |
Gets a list of only colleagues Messages.
|
| GetItem(Int64) |
Gets a single record from the database.
|
| GetSearchList(String,PagingInfo) |
Gets the search results for test search.
|
| IsFullTextSearchInstalled |
Checks if full text search is installed on the database.
|
| Add(MicroMessageData) |
Adds a new message.
|
| Delete(Int64) |
Deletes a record from the database.
|
| GetReplyList(Int64) |
Gets a list of replies for a Message.
|
| AddReply(Int64,String) |
Adds a new reply.
|
| IsSpam(MicroMessageSpamControlType,Int32,MicroMessageData) |
Returns a boolean indicating wheather a message is IsSpam or not
|