Process archive files 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 ProcessArchiveFilesByMLSID(
	int mlsid
)
Visual Basic (Declaration)
Public Sub ProcessArchiveFilesByMLSID ( _
	mlsid As Integer _
)
Visual C++
public:
void ProcessArchiveFilesByMLSID(
	int mlsid
)

Parameters

mlsid
Type: System..::.Int32
MLSID of the mls to process the archives for

See Also