Method | Description | |
---|---|---|
AsposeComponentsManager ( |
||
addToDownloadList ( |
||
downloadComponents ( ) : bool | ||
getAsposeHomePath ( ) : string | ||
getLibaryDownloadPath ( ) : string | ||
isIneternetConnected ( ) : bool | ||
libraryAlreadyExists ( string libFileName ) : bool | ||
readVersion ( |
||
removeExtention ( string filePath ) : string | ||
storeReleaseNotes ( |
||
storeVersion ( |
||
unZipFile ( string zipFile, string outputFolder ) : void |
public AsposeComponentsManager ( |
||
page | ||
return | System |
public static addToDownloadList ( |
||
component | ||
urlStr | string | |
outputFile | string | |
return | void |
public static getLibaryDownloadPath ( ) : string | ||
return | string |
public static isIneternetConnected ( ) : bool | ||
return | bool |
public static libraryAlreadyExists ( string libFileName ) : bool | ||
libFileName | string | |
return | bool |
public static readVersion ( |
||
component | ||
return | string |
public static removeExtention ( string filePath ) : string | ||
filePath | string | |
return | string |
public storeReleaseNotes ( |
||
component | ||
return | void |
public static storeVersion ( |
||
component | ||
return | void |
public static unZipFile ( string zipFile, string outputFolder ) : void | ||
zipFile | string | |
outputFolder | string | |
return | void |