[This is preliminary documentation and is subject to change.]
Inserts data into OfficeClip based on a service type. This call is same as the
Insert call (that accepts a dataset as a parameter), the only difference is that this
call accepts a serialized dataset. See description of the Insert call to find out
which service items are accepted by this call.
Namespace:
�OfficeClip.Service.WebAssembly: �OfficeClip.Service (in OfficeClip.Service)
Version: 8.1.1.0
Syntax
C# |
---|
public string InsertXml( int serviceType, string dataXml ) |
Visual Basic (Declaration) |
---|
Public Function InsertXml ( _ serviceType As Integer, _ dataXml As String _ ) As String |
Visual C++ |
---|
public: String^ InsertXml( int serviceType, String^ dataXml ) |
Parameters
- serviceType
- Type: System..::.Int32
An integer that represents the service type for which the schema is desired.
- dataXml
- Type: System..::.String
The Xml containing the data to be inserted. The data is serialization of the first table of the dataset.