2.2.2.9 Site Collection Flags

Site Collection Flags is a 4-byte, unsigned integer bit mask that specifies properties that are global to a site collection. This bit mask can have zero or more flags set. The values of the Site Collection Flags bits are specified as follows.

Value

Meaning

0x00000001

This site collection has been write-locked, and user write operations will be blocked.

0x00000002

This site collection is fully locked, and user read and write operations will be blocked.

0x000003FC

Unused.

0x00000400

The site collection has sent a notification that disk usage is near its limit.

0x00000800

Unused.

0x00001000

The number of users in this site collection is large. Special consideration can be given to query execution plans when retrieving data.

0x00002000

The site collection has disabled syndication via RSS.

0x00004000

Notification by email is disabled for this site collection.

0x00008000

Unused.

0x00010000

Unused.

0x00020000

This site collection has been write-locked by an administrative action. Users are restricted to read-only operations.

0x00080000

The site collection is restricted to users with user accounts from a particular directory path within Active Directory.

0xFFF00000

Unused.