Process archive files matching a given filter using settings from given mls

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

Syntax

C#
public void ProcessArchiveFilesByMLSIDWithFilter(
	string zipFileFilter,
	int mlsid
)
Visual Basic (Declaration)
Public Sub ProcessArchiveFilesByMLSIDWithFilter ( _
	zipFileFilter As String, _
	mlsid As Integer _
)
Visual C++
public:
void ProcessArchiveFilesByMLSIDWithFilter(
	String^ zipFileFilter, 
	int mlsid
)

Parameters

zipFileFilter
Type: System..::.String
Directory filter for archive files
mlsid
Type: System..::.Int32
MLSID of the mls to process the archives for

See Also