[]
Defines the possible values of VisibilityPolicy.
public enum OptionalContentMembershipVisibilityPolicy
AllOff = 3Associated content is visible if all of the entries in Groups are OFF.
AllOn = 0Associated content is visible if all of the entries in Groups are ON.
AnyOff = 2Associated content is visible if any of the entries in Groups are OFF.
AnyOn = 1Associated content is visible if any of the entries in Groups are ON.