Property | Type | Description | |
---|---|---|---|
EpubSupportedExtenssions | string[] | ||
InDesignSupportedExtenssions | string[] | ||
PdfSupportedExtenssions | string[] | ||
PowerPointSupportedExtenssions | string[] | ||
WordSupportedExtenssions | string[] |
Method | Description | |
---|---|---|
CreateDirectory ( string pathDir ) : string |
Helper method to create a directory
|
|
DeleteDirectory ( string targetDir ) : bool |
Helper method to delete directory and its contents recursively
|
|
NewFilePath ( string dir, string fileName, string extension ) : string |
Helper method to get a path of a new file in a given directory Note: this method doesn't create the file
|
|
NewFolderPath ( string dir, string folderName ) : string |
Helper method to get a path of a new folder in a given directory Note: this method doesn't create the folder
|
|
UnescapeXml ( string docContent ) : string |
Changes the escape sequence characters with the equivalant characters.
|
public static CreateDirectory ( string pathDir ) : string | ||
pathDir | string | |
return | string |
public static DeleteDirectory ( string targetDir ) : bool | ||
targetDir | string | |
return | bool |
public static NewFilePath ( string dir, string fileName, string extension ) : string | ||
dir | string | Directory where the file will be created |
fileName | string | Name of the file |
extension | string | Extension of the file |
return | string |
public static NewFolderPath ( string dir, string folderName ) : string | ||
dir | string | Directory where the folder will be created |
folderName | string | Name of the folder |
return | string |
public static UnescapeXml ( string docContent ) : string | ||
docContent | string | Document content. |
return | string |
public static string[] EpubSupportedExtenssions | ||
return | string[] |
public static string[] InDesignSupportedExtenssions | ||
return | string[] |
public static string[] PdfSupportedExtenssions | ||
return | string[] |
public static string[] PowerPointSupportedExtenssions | ||
return | string[] |