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