| BCEdmBriefcaseAddDocument Method (String, BriefcaseAddFlags, String) |
Adds document to the briefcase.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic Array AddDocument(
string documentID,
BriefcaseAddFlags flags,
string targetSiteID
)
Public Function AddDocument (
documentID As String,
flags As BriefcaseAddFlags,
targetSiteID As String
) As Array
public:
Array^ AddDocument(
String^ documentID,
BriefcaseAddFlags flags,
String^ targetSiteID
)
member AddDocument :
documentID : string *
flags : BriefcaseAddFlags *
targetSiteID : string -> Array
Parameters
- documentID
- Type: SystemString
The ID property value of the document to add.
- flags
- Type: BlueCieloECM.InnoCielo.Meridian.ClientBriefcaseAddFlags
A bitmask that is a combination of bit flags from BriefcaseAddFlags.
- targetSiteID
- Type: SystemString
The value that identifies a target site to which the briefcase will belong.
Return Value
Type:
Array
An array of result values for the operation for each document.
Each row containing 4 columns related to
documentID.
-
0: The ID property value of the document.
-
1: Result of the operation (HRESULT): 0 - succeeded.
-
2: If the operation succeeded, the GlobalID property value or path of the target document.
-
3: If the operation succeeded, an extra flags mask.
See Also