PublisherFlags enum

Fields

None = 0

No flags exist for this publisher.

Disabled = 1

The Disabled flag for a publisher means the publisher can't be changed and won't be used by consumers, this extends to extensions owned by the publisher as well. The disabled flag is managed by the service and can't be supplied by the Extension Developers.

Verified = 2

A verified publisher is one that Microsoft has done some review of and ensured the publisher meets a set of requirements. The requirements to become a verified publisher are not listed here. They can be found in public documentation (TBD).

Certified = 4

A Certified publisher is one that is Microsoft verified and in addition meets a set of requirements for its published extensions. The requirements to become a certified publisher are not listed here. They can be found in public documentation (TBD).

ServiceFlags = 7

This is the set of flags that can't be supplied by the developer and is managed by the service itself.

UnChanged = 1073741824

This should never be returned, it is used to represent a publisher who's flags haven't changed during update calls.