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

Invoke.AddProfiles

Adds two profiles value by value.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AddProfiles
(
	Fil.Profile inProfile1,
	Fil.Profile inProfile2,
	Fil.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfile1Fil.ProfileFirst input profile.
inProfile2Fil.ProfileSecond input profile.
outProfileFil.ProfileOutput profile.

See also