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

FIS.RotateProfile Method

Moves the last element ahead of the first one (inShift times).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateProfile
(
	FilNet.Profile inProfile,
	int inShift,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inShiftint0Default value: 0.
outProfileFilNet.ProfileOutput profile.

See also