ChatterController..::..SetMessage Method
Set Messages.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult SetMessage( string DestinationObjectName, string DestinationObjectId, Nullable<Guid> DestinationParentMessage, string Content, Attachment[] Attachments )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function SetMessage ( _ DestinationObjectName As String, _ DestinationObjectId As String, _ DestinationParentMessage As Nullable(Of Guid), _ Content As String, _ Attachments As Attachment() _ ) As ActionResult
Parameters
- DestinationObjectName
- Type: String
Destination Object Name.
- DestinationObjectId
- Type: String
- Content
- Type: String
Content.
- Attachments
- Type: array<Attachment>[]()[][]
Attachments.