Click or drag to resize

ExtensionGetAllFiles Method

Returns 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<IEdmFile5[]> GetAllFiles(
	this IEdmFolder5 folder,
	bool includeSubFolders
)

Parameters

folder
Type: IEdmFolder5
Folder object.
includeSubFolders
Type: SystemBoolean
True to include subfolders, false for top level only.

Return Value

Type: MethodReturnIEdmFile5
MedthodReturn of IEdmFile5[]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmFolder5. 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).
See Also