{CompanyName} FlexyGo

DocumentManagerController..::..GetDocument Method

Get Images.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetDocument(
	string ObjectId,
	string ObjectName,
	string DocGuid,
	string AdditionalWhere,
	string CategoryId
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetDocument ( _
	ObjectId As String, _
	ObjectName As String, _
	DocGuid As String, _
	AdditionalWhere As String, _
	CategoryId As String _
) As ActionResult

Parameters

ObjectId
Type: String
Relate object id.
ObjectName
Type: String
Relate object name.
DocGuid
Type: String
Document Guid.
AdditionalWhere
Type: String
CategoryId
Type: String

Return Value

ActionResult.