API Reference
Enum
AdmxProviderSourceRedistributionStatus
Redistribution posture for ADMX provider source catalog entries.
Inheritance
- Enum
- AdmxProviderSourceRedistributionStatus
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxProviderSourceDefinition.RedistributionStatus
- Field AdmxProviderSourceRedistributionStatus.Blocked
- Field AdmxProviderSourceRedistributionStatus.InternalOnly
- Field AdmxProviderSourceRedistributionStatus.NeedsReview
- Field AdmxProviderSourceRedistributionStatus.PublicAllowed
- Field AdmxProviderSourceRedistributionStatus.Unknown
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const AdmxProviderSourceRedistributionStatus Unknown #Redistribution posture has not been determined.
Value:
0public const AdmxProviderSourceRedistributionStatus PublicAllowed #Public metadata generation and template caching are acceptable for the intended usage.
Value:
1public const AdmxProviderSourceRedistributionStatus InternalOnly #The source may be used from internal mirrors or local sources only.
Value:
2public const AdmxProviderSourceRedistributionStatus NeedsReview #The source needs licensing or terms review before public publishing.
Value:
3public const AdmxProviderSourceRedistributionStatus Blocked #The source must not be redistributed or publicly cached.
Value:
4