SetSecurityFlashGalleryPath Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..SetSecurityFlashGalleryPath Method |
| Editor Class See Also Send Feedback |
Specifies the URL path of the Flash Gallery
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void SetSecurityFlashGalleryPath( string path ) |
| Visual Basic |
|---|
Public Sub SetSecurityFlashGalleryPath ( _ path As String _ ) |
| Visual C++ |
|---|
public: void SetSecurityFlashGalleryPath( String^ path ) |
Parameters
- path
- Type: System..::..String