Поделиться через


3.3.4.1.4 Folder Is Created/Updated on the Upstream Partner

Flags:

If the staging file is not compressed: MUST be a bitwise OR of the following flags.

  • CO_FLAG_LOCALCO if originating on the upstream partner.

  • CO_FLAG_LOCATION_CMD if creating a folder.

If the staging file is compressed: MUST be a bitwise OR of the following flags.

  • CO_FLAG_COMPRESSED_STAGE

  • CO_FLAG_LOCALCO if originating on the upstream partner.

  • CO_FLAG_LOCATION_CMD if creating a folder.

  • CO_FLAG_CONTENT_CMD if folder is updated.

IFlags: MUST be 0.

ContentCmd: MUST be a bitwise OR of zero or more of the following flags based on the nature of the update to the folder.

  • REASON_BASIC_INFO_CHANGE

LocationCmd:

Creating a folder: MUST be 1. (CO_LOCATION_CREATE on folder.)

Updating an existing folder: MUST be 0xF. (CO_LOCATION_NO_CMD on folder.)

For an example, see section 4.5.4<74>