You are here: Start » FIL.NET » Function Reference » Profile » Profile Basics » 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 | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | outNotEmptyProfile | FilNet.INullable<FilNet.Profile> | This parameter cannot be null. | ||
![]() | outIsNotEmpty | bool |