Specifies constants indicating where to store files in PersonalStorage on the server.
Namespace: ININ.IceLib.ConnectionAssembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum ServerFileType |
Visual Basic |
---|
Public Enumeration ServerFileType |
Members
Member name | Value | Description | |
---|---|---|---|
Other | 0 | The destination for this file is unable to be determined based on file type, use the default destination. | |
Fax | 1 | The destination for this file is the location for Fax files. | |
Voicemail | 2 | The destination for this file is the location for Voicemail files. | |
3 | The destination for this file is the location for Email files. | ||
Chat | 4 | The destination for this file is the location for Chat files. | |
ResponseManagementDocument | 5 | The destination for this file is the location for Response Management documents. | |
ApplicationSettings | 6 | The destination for this file is the location for Application Settings. | |
ImageResource | 7 | The destination for this file is the location for Image resources. | |
ProblemReport | 8 | The destination for this file is the location for Problem Report files. | |
ClientTemplate | 9 | The destination for this file is the location for Client templates. | |
CrystalReportTemplate | 10 | The destination for this file is the location for Crystal Report Templates |
Remarks
This enumeration is used by RemoteFileHelper to specify a remote file type.
Examples
The following example demonstrates creation of a remote file name.
CopyC#
string remoteFileName = RemoteFileHelper.NewRemoteFileName(ServerFileType.Other);
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.