DocumentManagerController..::..UpdateDocument Method
Update Document.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult UpdateDocument( string DocGuid, string ObjectName, string ObjectId, string Name, string Description, string CategoryId )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function UpdateDocument ( _ DocGuid As String, _ ObjectName As String, _ ObjectId As String, _ Name As String, _ Description As String, _ CategoryId As String _ ) As ActionResult
Parameters
- DocGuid
- Type: String
Document DocGuid.
- ObjectName
- Type: String
Related Object Name.
- ObjectId
- Type: String
Related Object Id.
- Name
- Type: String
Document Name.
- Description
- Type: String
Document Description.
- CategoryId
- Type: String
Document CategoryId.