Method | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Authenticate ( string userName, string passWord ) : bool | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeleteFile ( string virtualPath ) : void |
Deletes a file from the repository
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeleteTemplate ( string fileName ) : void | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DoWork ( ) : void | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetAllTemplates ( ) : List
|
|
GetFieldsByTemplateId ( int templateId ) : List |
|
|
GetFile ( string virtualPath ) : Stream |
|
Gets a file from the repository
|
GetTemplateById ( int templateId ) : |
|
|
GetTemplateByName ( string templateName ) : |
|
|
GetTemplateTypes ( ) : List |
|
|
GetTemplates ( int templateId ) : List
|
|
|
InsertToLetterTemplate ( |
|
|
InsertToTemplate ( |
|
|
List ( string virtualPath ) : Cats.TemplateServer.Dto.StorageFileInfo[] |
|
Lists files from the repository at the specified virtual path.
|
PreviewTemplate ( string fileName ) : string |
|
|
PutFile ( |
|
Uploads a file into the repository
|
TemplateTypes ( ) : string |
|
|
Protected MethodsMethod |
Description |
|
SendFileDeleted ( string vPath ) : void |
|
Raises the FileDeleted event.
|
SendFileRequested ( string vPath ) : void |
|
Raises the FileRequested event.
|
SendFileUploaded ( string vPath ) : void |
|
Raises the FileUploaded event
|
Private MethodsMethod |
Description |
|
TemplateManager ( ) : System |
|
|
Method Details
public Authenticate ( string userName, string passWord ) : bool |
userName |
string |
|
passWord |
string |
| return |
bool |
|
public DeleteFile ( string virtualPath ) : void |
virtualPath |
string |
| return |
void |
|
public DeleteTemplate ( string fileName ) : void |
fileName |
string |
| return |
void |
|
public DoWork ( ) : void |
return |
void |
|
public GetAllTemplates ( ) : List
| return |
List
|
|
public GetFieldsByTemplateId ( int templateId ) : List |
templateId |
int |
| return |
List |
|
public GetFile ( string virtualPath ) : Stream |
virtualPath |
string |
| return |
Stream |
|
public GetTemplateById ( int templateId ) : |
templateId |
int |
| return |
|
public GetTemplateByName ( string templateName ) : |
templateName |
string |
| return |
|
public GetTemplateTypes ( ) : List |
return |
List |
|
public GetTemplates ( int templateId ) : List
|
templateId |
int |
| return |
List
|
|
public InsertToLetterTemplate ( |
letterTemplate |
| return |
void |
|
public InsertToTemplate ( |
template |
| return |
void |
|
public List ( string virtualPath ) : Cats.TemplateServer.Dto.StorageFileInfo[] |
virtualPath |
string |
The virtual path. This can be null to list files from the root of
/// the repository. |
return |
Cats.TemplateServer.Dto.StorageFileInfo[] |
|
public PreviewTemplate ( string fileName ) : string |
fileName |
string |
| return |
string |
|
public PutFile ( |
msg |
| return |
void |
|
protected SendFileDeleted ( string vPath ) : void |
vPath |
string |
| return |
void |
|
protected SendFileRequested ( string vPath ) : void |
vPath |
string |
| return |
void |
|
protected SendFileUploaded ( string vPath ) : void |
vPath |
string |
| return |
void |
|
public TemplateTypes ( ) : string |
return |
string |
| |