{CompanyName} FlexyGo

FileBrowserController..::..AppendToDocument Method

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

Syntax


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

Parameters

ObjectName
Type: String
ObjectWhere
Type: String
ModuleName
Type: String
DocumentName
Type: String
CurrentPath
Type: String
Base64
Type: String
LastAppend
Type: Boolean