Browse By Tags

  • [Explorer API] Get Document State Description

    After loading project info into the global static buffer, this code tells me a document's state... int stateId = aaApi_GetDocumentNumericProperty(DocumentProperty.StateID, docIndex); Is there a table somewhere that I should interrogate to get state…
  • [Explorer API] Determine Document State

    I may be using the wrong terminology, but how can I determine the state of a document? In particular, I need to know if a doc is in the Work-in-Progress state. There's a section in the Public SDK Help entitled Progress Control Flags . However, the section…