{CompanyName} FlexyGo

SysProcess..::..ChangePhoto Method

Change profile photo.

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool ChangePhoto(
	EntityObject Entity,
	string Photo,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function ChangePhoto ( _
	Entity As EntityObject, _
	Photo As String, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
The entity.
Photo
Type: String
The path of the updated photo.
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
Returns a Process Helper.