Specifies the URL path of the Image Gallery

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void SetSecurityImageGalleryPath(
	string path
)
Visual Basic
Public Sub SetSecurityImageGalleryPath ( _
	path As String _
)
Visual C++
public:
void SetSecurityImageGalleryPath(
	String^ path
)

Parameters

path
Type: System..::..String

See Also