You are here: Start » FIL.NET » Function Reference » Profile » Profile Basics » FIL.SkipEmptyProfile

FIL.SkipEmptyProfile

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
outNotEmptyProfileFilNet.INullable<FilNet.Profile> This parameter cannot be null.
outIsNotEmptybool

See also