Remove

DocumentPackage.Remove method

Removes a writable metadata property by the specified name.

public bool Remove(string propertyName)
Parameter Type Description
propertyName String A metadata property name.

Return Value

true if the property is found and deleted; otherwise false.

See Also