Specifies the URL path of the Media Gallery

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

Syntax

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

Parameters

path
Type: System..::..String

See Also