{CompanyName} FlexyGo

ImageManagerController..::..UpdateImage Method

Update Image.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult UpdateImage(
	string ImageId,
	bool MainImage,
	int OrderNumber,
	string ObjectName
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function UpdateImage ( _
	ImageId As String, _
	MainImage As Boolean, _
	OrderNumber As Integer, _
	ObjectName As String _
) As ActionResult

Parameters

ImageId
Type: String
Image Id.
MainImage
Type: Boolean
Main Image.
OrderNumber
Type: Int32
Order Number.
ObjectName
Type: String
Object Name.

Return Value

ActionResult.