| SignDocDocumentexportProperties Method |
Export all properties (in all collections) as XML.
Export properties as XML.
This function always uses UTF-8 encoding.
The output conforms to schema AllSignDocProperties.xsd
(if @a aCollection is empty) or SignDocProperties.xsd
(if @a aCollection is non-empty).
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void exportProperties(
PropertyCollection collection,
Stream stream,
bool includeTopLevel
)
Parameters
- collection
- Type: de.softpro.signdocsdk.Enums.EDocumentPropertyCollection
The name of the collection, see getProperties().
If the string is empty, all properties of the
"public" and "encrypted" collections
will be exported. - stream
- Type: System.IOStream
The properties will be saved to this stream. - includeTopLevel
- Type: SystemBoolean
Flags modifying the behavior of this function,
See #e_top.
See Also