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