| SignDocAttachmentgetModificationTime Method |
The time and date of the last modification of the attachment (optional).
ISO 8601 format is used : yyyy - mm - ddThh : mm : ss, optionally followed by a timezone : Z, +hh : mm, or - hh : mm.
The PDF reference is ambiguous; apparently, the modifiation time is supposed to be the time and date of the last modification of the file at the time it was attached.Changing the description does not update the modification date / time.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getModificationTime()
Public Function getModificationTime As String
public:
String^ getModificationTime()
member getModificationTime : unit -> string
Return Value
Type:
StringThe time and date of the last modification of the attachment (optional).
See Also