AFFile Methods
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFFile type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CompareTo(Object) |
Compares this instance with a specified Object.
| |
| CompareTo(AFFile) |
Compares this instance with a specified AFFile.
| |
| Delete |
Delete the file from the server.
| |
| Download |
Downloads the file from the server to a Stream.
| |
| Download(String) |
Downloads the file from the server to the specified path.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
| Equals(AFFile) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode |
Gets the hash code for this instance of the object which is suitable for use in hashing
algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents the current object.
(Overrides ObjectToString.) | |
| Upload(String) |
Uploads the file specified by the path to the server.
| |
| Upload(String, Stream) |
Uploads the Stream to the server with the specified name.
|