Click or drag to resize

ExtensionBatchCheckOutFiles Method (IEdmVault5, IEdmFile5, Int32)

Batch check out 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 bool BatchCheckOutFiles(
	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: Boolean
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