Click or drag to resize

ApiClientBaseValidateDocumentId Method

Checks whether the provided document ID is in the correct form of "{collection}/{key}".

Namespace:  ArangoDBNetStandard
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
protected void ValidateDocumentId(
	string documentId
)

Parameters

documentId
Type: SystemString
The document ID to validate.
Exceptions
ExceptionCondition
ArgumentExceptionThe document ID is invalid
See Also