Searchs base directory for files and creates a BCP file with the results

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public class PhotoImport : IDisposable
Visual Basic (Declaration)
Public Class PhotoImport _
	Implements IDisposable
Visual C++
public ref class PhotoImport : IDisposable

Examples

CopyC#
PhotoImport photoImport = new PhotoImport();
CopyVB.NET
Dim photoImport As PhotoImport = New PhotoImport()
CopyVBScript
Set photoImport = CreateObject("HS.Sys.TheEnterprise.Common.Laserbear.PhotoImport")

Inheritance Hierarchy

System..::.Object
  HS.Sys.TheEnterprise.Common.Laserbear..::.PhotoImport

See Also