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

Gets the preinserted error string

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetPreInsertErrorString(
	DocumentStatus..::.DocumentPreInsertStatus status,
	bool isWarn,
	bool isVersion
)
Visual Basic (Declaration)
Public Shared Function GetPreInsertErrorString ( _
	status As DocumentStatus..::.DocumentPreInsertStatus, _
	isWarn As Boolean, _
	isVersion As Boolean _
) As String
Visual C++
public:
static String^ GetPreInsertErrorString(
	DocumentStatus..::.DocumentPreInsertStatus status, 
	bool isWarn, 
	bool isVersion
)

Parameters

status
Type: OfficeClip.BusinessLayer.Desktop..::.DocumentStatus..::.DocumentPreInsertStatus
The document preinsert status
isWarn
Type: System..::.Boolean
true if the warning is desired
isVersion
Type: System..::.Boolean
true if the document will be saved with a higher revision if it already exists

Return Value

See Also