DocumentOptions
- class DocumentOptions
Options to construct new document with
Members defined in
DocumentOptions(6 members)
RWId of the new document.
RWLanguage identifier of the new document, e.g.
"sysml"
RWId of the library this document is a part of.
RWDocument tier of the new document.
RWUrl of the new document
Attributes
- property document_id: syside.DocumentID
Id of the new document.
Note: this currently has no effect.
- property language: str
Language identifier of the new document, e.g.
"sysml"
- property owning_library: syside.LibraryID | None
Id of the library this document is a part of.
Note: this currently has no effect.
- property tier: syside.DocumentTier
Document tier of the new document.
This will typically be
Project.
- property url: syside.Url
Url of the new document
Methods
- __init__(url: syside.Url, language: str = 'plaintext', tier: syside.DocumentTier = DocumentTier.Project, document_id: syside.DocumentID = ..., owning_library: syside.LibraryID | None = None) None