You are here: Start » FIL.NET » Invoke.SkipEmptyProfile

Invoke.SkipEmptyProfile

If the input profile contains at least one element, then it is copied to the output; otherwise Nil is returned.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SkipEmptyProfile
(
	Fil.Profile inProfile,
	Conditional<Fil.Profile> outNotEmptyProfile,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inProfileFil.ProfileInput profile.
outNotEmptyProfileFtl.Conditional<Fil.Profile>
outIsNotEmptybool

See also