[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CustomXmlPartCollection.Contains

Contains Method

Contains(string)

Checks whether this collection contains a custom xml part with specified id.

Declaration
public bool Contains(string id)
Public Function Contains(id As String) As Boolean
Parameters
Type Name Description
string id

The custom xml id check.

Returns
Type Description
bool

True if the collection contains a custom xml part with the specified id, false otherwise.