Click or drag to resize

FndUrlParameterCollectionInsert Method

Insert an FndUrlParameter at a specific index.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public void Insert(
	int index,
	FndUrlParameter value
)

Parameters

index
Type: SystemInt32
Index to insert at
value
Type: Ifs.Fnd.CoreFndUrlParameter
FndUrlParameter to insert
See Also