You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.TestBoxNotEmpty

FIL.TestBoxNotEmpty

Tests whether the box is not empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestBoxNotEmpty
(
	FilNet.Box inBox,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBoxFilNet.Box
outIsNotEmptybool

See also