{CompanyName} FlexyGo

ImageManagerController..::..SetImage Method

Set Image.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult SetImage(
	string ObjectName,
	string ObjectId,
	string Name,
	string Base64,
	bool IgnoreIfExists,
	string imageClassId
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function SetImage ( _
	ObjectName As String, _
	ObjectId As String, _
	Name As String, _
	Base64 As String, _
	IgnoreIfExists As Boolean, _
	imageClassId As String _
) As ActionResult

Parameters

ObjectName
Type: String
Object Name.
ObjectId
Type: String
Object Id.
Name
Type: String
Name.
Base64
Type: String
Base64.
IgnoreIfExists
Type: Boolean
Ignore if exists.
imageClassId
Type: String

Return Value

ActionResult.