Set a property to Null specifying the type of the object. Create the property if one is not present at this name.

Namespace:  FileNet.Api.Property
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Sub NullifyProperty ( _
	PropertyName As String, _
	typeOfProperty As TypeID _
)
C#
void NullifyProperty(
	string PropertyName,
	TypeID typeOfProperty
)
Visual C++
void NullifyProperty(
	String^ PropertyName, 
	TypeID typeOfProperty
)
JavaScript
function nullifyProperty(PropertyName, typeOfProperty);

Parameters

PropertyName
Type: System..::.String
A String specifying a property name.
typeOfProperty
Type: FileNet.Api.Constants..::.TypeID
A TypeID constant specifying the property type.

ToggleSee Also