DocumentManagerController..::..AppendToDocument Method
Saves Document.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult AppendToDocument( string ObjectName, string ObjectId, string DocumentId, string Base64, bool LastAppend )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function AppendToDocument ( _ ObjectName As String, _ ObjectId As String, _ DocumentId As String, _ Base64 As String, _ LastAppend As Boolean _ ) As ActionResult
Parameters
- ObjectName
- Type: String
Object name.
- ObjectId
- Type: String
Object id.
- DocumentId
- Type: String
Document id.
- Base64
- Type: String
A base64 Partial Document.
- LastAppend
- Type: Boolean
Last Append.