[This is preliminary documentation and is subject to change.]

constructor

Namespace:  OfficeClip.BusinessLayer.Extranet.Xml
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public FeatureItem(
	int fId,
	string fValue
)
Visual Basic (Declaration)
Public Sub New ( _
	fId As Integer, _
	fValue As String _
)
Visual C++
public:
FeatureItem(
	int fId, 
	String^ fValue
)

Parameters

fId
Type: System..::.Int32
The unique id of the feature
fValue
Type: System..::.String
The value of the feature

See Also