 | FTPFileInfoExtensions Property |
Gets the extension part of the file.
Namespace:
Koden.Utils.FTPClient
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntaxpublic IDictionary<string, string> Extensions { get; set; }
Public Property Extensions As IDictionary(Of String, String)
Get
Set
public:
property IDictionary<String^, String^>^ Extensions {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
member Extensions : IDictionary<string, string> with get, set
Property Value
Type:
IDictionaryString,
String
The extensions.
See Also