Resource Base
Table of contents

CreateDocumentOptions

Syntax

interface CreateDocumentOptions {
    name?: string; 
    author?: string; 
    creationDate?: string; 
}

Attributes

name

Specify the name of the new document.

author

Specify the author of the new document.

creationDate

Specify the creation date of the new document. Please note that the argument should be D:YYYYMMDDHHmmSSOHH'mm', like D:20230101085959-08'00'. It also supports the older format D:YYYYMMDDHHmmSS. If this format is used (e.g., D:20230101085959), the system will automatically add the relevant time zone information, resulting in a complete representation like D:20230101085959-08'00'.

Is this page helpful?

YesYes NoNo

In this article: