DocumentManagerController..::..SetDocument Method
Saves Document.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult SetDocument( string ObjectName, string ObjectId, string DocumentName, string DocumentType, string Base64, string CloudId, string CloudLink, string DownloadLink, string DocAction, bool PartialUpload, bool IgnoreIfExists, string CategoryId )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function SetDocument ( _ ObjectName As String, _ ObjectId As String, _ DocumentName As String, _ DocumentType As String, _ Base64 As String, _ CloudId As String, _ CloudLink As String, _ DownloadLink As String, _ DocAction As String, _ PartialUpload As Boolean, _ IgnoreIfExists As Boolean, _ CategoryId As String _ ) As ActionResult
Parameters
- ObjectName
- Type: String
Object name.
- ObjectId
- Type: String
Object id.
- DocumentName
- Type: String
Document name.
- DocumentType
- Type: String
Document type.
- Base64
- Type: String
A base64 Document.
- CloudId
- Type: String
Cloud id.
- CloudLink
- Type: String
Cloud link.
- DownloadLink
- Type: String
Download link.
- DocAction
- Type: String
Document action.
- PartialUpload
- Type: Boolean
Partial upload.
- IgnoreIfExists
- Type: Boolean
Ignore if exists.
- CategoryId
- Type: String