{CompanyName} FlexyGo

DocumentManagerController..::..RemoveDocument Method

Remove Document.

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

Syntax


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

Parameters

DocGuid
Type: String
Document DocGuid.
ObjectName
Type: String
Object Name.
ObjectId
Type: String
Object Id.

Return Value

ActionResult.