Specifies the URL path of the Template Gallery

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

Syntax

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

Parameters

path
Type: System..::..String

See Also