Radactive.WebControls.ILoad
Load Method
See Also 
Radactive.WebControls.ILoad Namespace > WebImage Class : Load Method

folderPath
Folder path where web images files are stored.
id
Web image id.

Load a web image from WebFileStorage.FileSystem storage.

Note: This is an alias for the LoadFromFileSystem method.

Syntax

Visual Basic (Declaration)  
Public Shared Function Load( _
   ByVal folderPath As String, _
   ByVal id As String _
) As WebImage
C#  
public static WebImage Load( 
   string folderPath,
   string id
)

Parameters

folderPath
Folder path where web images files are stored.
id
Web image id.

Return Value

Loaded web image.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Vista, Windows 7, Windows Server family: 2000, 2003, 2008

See Also

Copyright © RADactive srl 2010 - All Rights Reserved.