| SignDocFieldgetMappingName Method |
Get the mapping name of the field.
The mapping name(if present) should be used for exporting field data.Currently, only PDF documents support mapping field names.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getMappingName()
Public Function getMappingName As String
public:
String^ getMappingName()
member getMappingName : unit -> string
Return Value
Type:
String
The mapping name of the field, empty if the field does not have an mapping name.
See Also