You are here: Start » FIL.NET » Function Reference » System » Configuration » FIL.GetAvailableLicenses

FIL.GetAvailableLicenses

Reads available licenses in the system.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void GetAvailableLicenses
(
	IList<FilNet.License> outLicenses
)

Parameters

Name Type Range Default Description
outLicensesSystem.Collections.Generic.IList<FilNet.License>

Parallel execution

This filter cannot be placed in multiple Workers.

See also