Click or drag to resize
FileInfo Class
Information about a file or directory stored on a TeamSpeak server
Inheritance Hierarchy
SystemObject
  TeamSpeak.Sdk.ClientFileInfo

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public class FileInfo

The FileInfo type exposes the following members.

Constructors
  NameDescription
Public methodFileInfo
Creates a FileInfo-Object
Top
Properties
  NameDescription
Public propertyChannel
Channel for which a FileInfo was requested.
Public propertyIncompleteSize
If the file is currently still being transferred, this indicates the currently transferred file size.
Public propertyLastModified
The date and time on which the file was last modified.
Public propertyName
File name.
Public propertyPath
Subdirectory inside the channel for which the FileInfo was requested. “/” indicates the root directory is listed.
Public propertySize
File size,
Public propertyType
Indicates if this entry is a directory or a file.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also