Click or drag to resize

ExtensionContainerSupportsMDTM Property

Gets boolean value indicating if MDTM is supported. True indicates you can use GetFileModificationTime(String) and SetFileModificationTime(String, DateTime) method.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public bool SupportsMDTM { get; }

Property Value

Type: Boolean
See Also