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)
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); |