This feature deletes document properties if present. There are two options when deleting a document property. It can be deleting by its name or by a prefix. Use either name
or prefix
as parameter in the command.
CMD
<Cmd case="BaseExtensions:remove-doc-prop"/>
Parameter
name
Type name of the document property to be deleted.
prefix
Prefix of document property name to be deleted. For instance, if the prefix is set to delete
, it will delete all document properties containing delete
.
Comments
0 comments
Article is closed for comments.