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>

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

See also