Click or drag to resize
SignDocDocumentimportProperties Method
Import properties from XML. The input must conform 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
Syntax
C#
public void importProperties(
	PropertyCollection collection,
	Stream stream,
	bool atomic
)

Parameters

collection
Type: de.softpro.signdocsdk.Enums.EDocumentPropertyCollection
The name of the collection, see getProperties(). If the string is empty, properties will be imported into all collections, otherwise properties will be imported into the specified collection.
stream
Type: System.IOStream
The properties will be read from this stream. This function reads the input completely, it doesn't stop at the end tag.
atomic
Type: SystemBoolean
Flags modifying the behavior of this function, See #i_atomic.
See Also