docID

The docID property returns an array with two string in hex-encode format. The first string is the immutable ID based in the content, time and creation date. The second string is mutable ID based only in the content at the moment to be updated.

 

Syntax

System.Array docID();

 

Return Value

Returns the docID array, otherwise, null.

 

Remarks

This property is Read-Only

 

Member of doc.

 

Example