API Reference
Enum
AdmxProviderSourceReconStatus
Acquisition readiness state for ADMX provider source catalog entries.
Inheritance
- Enum
- AdmxProviderSourceReconStatus
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.ReconStatus
- Field AdmxProviderSourceReconStatus.Blocked
- Field AdmxProviderSourceReconStatus.ManualOnly
- Field AdmxProviderSourceReconStatus.NeedsLicenseReview
- Field AdmxProviderSourceReconStatus.NeedsResolver
- Field AdmxProviderSourceReconStatus.NeedsSourceResearch
- Field AdmxProviderSourceReconStatus.Ready
- Field AdmxProviderSourceReconStatus.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 AdmxProviderSourceReconStatus Unknown #No acquisition reconnaissance status has been assigned yet.
Value:
0public const AdmxProviderSourceReconStatus Ready #The source has a repeatable executable acquisition route.
Value:
1public const AdmxProviderSourceReconStatus NeedsSourceResearch #The source is known, but the official acquisition route still needs research.
Value:
2public const AdmxProviderSourceReconStatus NeedsResolver #An official source is known, but a repeatable downloader or extractor still needs implementation.
Value:
3public const AdmxProviderSourceReconStatus NeedsLicenseReview #The source needs redistribution or licensing review before public publishing.
Value:
4public const AdmxProviderSourceReconStatus ManualOnly #The source is expected to stay manual or internal-only.
Value:
5public const AdmxProviderSourceReconStatus Blocked #The source is intentionally blocked from acquisition or publishing.
Value:
6