{CompanyName} FlexyGo

FileBrowserController..::..SetDocument Method

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult SetDocument(
	string ObjectName,
	string ObjectWhere,
	string ModuleName,
	string DocumentName,
	string DocumentType,
	string Base64,
	string DocAction,
	bool PartialUpload,
	string CurrentPath
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function SetDocument ( _
	ObjectName As String, _
	ObjectWhere As String, _
	ModuleName As String, _
	DocumentName As String, _
	DocumentType As String, _
	Base64 As String, _
	DocAction As String, _
	PartialUpload As Boolean, _
	CurrentPath As String _
) As ActionResult

Parameters

ObjectName
Type: String
ObjectWhere
Type: String
ModuleName
Type: String
DocumentName
Type: String
DocumentType
Type: String
Base64
Type: String
DocAction
Type: String
PartialUpload
Type: Boolean
CurrentPath
Type: String