You are here: Start » FIL.NET » FIS.SkipEmptyProfile Method

FIS.SkipEmptyProfile Method

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

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