ContributionLicensingBehaviorType enum
Represents different ways of including contributions based on licensing
Fields
OnlyIfLicensed = 0 | Default value - only include the contribution if the user is licensed for the extension |
OnlyIfUnlicensed = 1 | Only include the contribution if the user is NOT licensed for the extension |
AlwaysInclude = 2 | Always include the contribution regardless of whether or not the user is licensed for the extension |