Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 710 Bytes

File metadata and controls

33 lines (24 loc) · 710 Bytes
uid
DOM_ModuleId

Module ID property

This is the ID (string) used to distinguish between multiple running DOM managers. For more information, see DOM managers.

The ID must meet the following requirements:

  • The ID must be unique in the DMS.

  • The ID must not be empty or null.

  • The ID must not be longer than 40 characters.

  • The ID must be lowercase.

  • The ID must not have one of the following characters:

    • "" (backslash)
    • "/" (slash)
    • "*" (asterisk)
    • "?" (question mark)
    • """ (quotation mark)
    • "<" (less than)
    • ">" (greater than)
    • "|" (vertical bar or pipe)
    • " " (space)
    • "," (comma)
    • "#" (hashtag)
    • ":" (colon)
    • "-" (hyphen)