| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void exportProperties(
PropertyCollection collection,
Stream stream,
bool includeTopLevel
)
Public Sub exportProperties (
collection As PropertyCollection,
stream As Stream,
includeTopLevel As Boolean
)
public:
void exportProperties(
PropertyCollection collection,
Stream^ stream,
bool includeTopLevel
)
member exportProperties :
collection : PropertyCollection *
stream : Stream *
includeTopLevel : bool -> unit
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