MetadataSignatureCollectionRemove Method |
Removes a Metadata Signature with the specified name from the collection.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic bool Remove(
string name
)
Public Function Remove (
name As String
) As Boolean
public:
bool Remove(
String^ name
)
member Remove :
name : string -> bool
Parameters
- name
- Type: SystemString
The case-insensitive name of the Metadata Signature.
Return Value
Type:
Boolean
See Also