DocumentInfoDictionary.containsKey Method

Module: DocumentInfoDictionary

Definition

Determines whether the DocumentInfoDictionaryobject contains the specified key.

bool containsKey(String? key)

Parameters

key String
in The key to locate in the DocumentInfo object.

Returns

bool
true if the DocumentInfo object contains an element with the specified key, otherwise false.

Exceptions

An error has occurred during Document Library execution.