Property | Type | Description |
---|
Method | Description | |
---|---|---|
Download ( string sourceURL, string destinationFilePath ) : bool |
Download image from server
|
|
Import ( string filePath, string directory, |
Import Photo Into Media Directory
|
|
New ( string imageName, string thumbnailName ) : |
||
Parse ( string xml ) : |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateThumbnail ( string filePath, int widthOrHeight ) : |
protected static CreateThumbnail ( string filePath, int widthOrHeight ) : |
||
filePath | string | |
widthOrHeight | int | |
return |
public static Download ( string sourceURL, string destinationFilePath ) : bool | ||
sourceURL | string | source url |
destinationFilePath | string | destination filepath |
return | bool |
public static Import ( string filePath, string directory, |
||
filePath | string | image path |
directory | string | destination directory |
size | image size | |
return |
public static New ( string imageName, string thumbnailName ) : |
||
imageName | string | |
thumbnailName | string | |
return |