Click or drag to resize

ExtensionBatchCheckIn Method (IEdmVault5, IEdmFile5, Int32)

Batch check-in an array of PDM files.

Namespace:  CADSharpTools.PDM
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static MethodReturn<bool> BatchCheckIn(
	this IEdmVault5 Vault,
	IEdmFile5[] files,
	int Handle
)

Parameters

Vault
Type: IEdmVault5
Vault object.
files
Type: IEdmFile5
array of IEdmFile5.
Handle
Type: SystemInt32
Handle of the parent window.

Return Value

Type: MethodReturnBoolean
MethodReturn of boolean: True if successful, false if not.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmVault5. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
Method is not thread-safe. Use this method only in the main thread of your application.
See Also