Click or drag to resize
SignDocChangegetName Method
Get the name of the changed field, annotation, or attachment. For change types FieldAdded, FieldRemoved, FieldModified, AnnotationAdded, AnnotationRemoved, AnnotationModified, AttachmentAdded, AttachmentRemoved, and AttachmentModified, the name of the changed field, annotation, or attachment can be retrieved by calling this function.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public string getName()

Return Value

Type: String
The name of the field, annotation, or attachment; empty if not available.
See Also