Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure represents the fields associated with a document folder including a list of the folder contents. Documents represent physical document uploaded to Projector and links to externally housed documents. Documents are organized into folders according to the document type (workspace document, receipt, etc) and the particular Projector entity (project, expense document, etc.) that they are associated with.  It is usually included in response for PwsGetFolderContents

Format


Panel
titlePwsFolder
  • PwsFolder
    • FolderId: Int32
    • FolderUid: Int64
    • CreatedByUserIdentity: PwsUserRef
    • CreatedTimestamp: DateTime
    • DeletedByUserIdentity: PwsUserRef
    • DeletedTimestamp: DateTime
    • Documents: PwsDocument
    • FolderName: String
    • FolderTypeCode: String
    • ModifiedByUserIdentity: PwsUserRef
    • ModifiedTimestamp: DateTime
    • AttachmentNotes: PwsAttachmentNote
    • AssociatedEntityDescription: String
    • CanAddAssociationsFlag: Boolean
    • CanAddDocumentsFlag: Boolean
    • CanAddLinksFlag: Boolean
    • CanAddNotesFlag: Boolean
    • CanAddVersionsFlag: Boolean
    • CanDeleteDocumentsFlag: Boolean
    • CanSearchDocumentsFlag: Boolean
    • RequireDocumentDataFlag: Boolean
    • RequireUniqueFilenamesFlag: Boolean
    • UploadFolderIdentity: PwsFolderRef
    • AssociatedEntityDescription: String
    • CanDeleteDocumentsFlag: Boolean

...