Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Creates a default metadata specification instance.
Gets or sets the description to associate with a library entry. If null, the description is not changed. If this property is set, it overrides any description specified by document properties when the document is saved to the library.
Tries to get the keywords previously set by the SetKeywords method. Returns true and assigns the keywordsProperty parameter if the keywords have previously been set.
Will be assigned with the previously set keywords or null.
true if the keywords have previously been set.
Tries to get the custom property previously set by the SetProperty method. Returns true and assigns the property parameter if the keywords have previously been set.
The name of the custom property to get.
Will be assigned with the previously set custom property or null.
true if the custom property has previously been set.
Sets the keywords to associate with a library entry. By default the keywords are not changed. The keywords set with this method will override any keywords specified by document properties when the document is saved to the library.
Rest
...keywords: (string | String)[]
Specifies how the metadata of a library item shall be changed.
Since
2.0