[This is preliminary documentation and is subject to change.]

Constructor

Namespace:  OfficeClip.BusinessLayer.Service
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public OCMap(
	string sourceId,
	string destinationId,
	string destinationCheckSum,
	bool isOkay
)
Visual Basic (Declaration)
Public Sub New ( _
	sourceId As String, _
	destinationId As String, _
	destinationCheckSum As String, _
	isOkay As Boolean _
)
Visual C++
public:
OCMap(
	String^ sourceId, 
	String^ destinationId, 
	String^ destinationCheckSum, 
	bool isOkay
)

Parameters

sourceId
Type: System..::.String
The id of the source object
destinationId
Type: System..::.String
The id of the destination object
destinationCheckSum
Type: System..::.String
The destination checksum
isOkay
Type: System..::.Boolean
true if the mapping is okay false otherwise

See Also