API Reference
Enum
AdmxProviderSourceStrategy
Supported resolution strategies for data-driven ADMX provider sources.
Inheritance
- Enum
- AdmxProviderSourceStrategy
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
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 AdmxProviderSourceStrategy BuiltInProvider #Use an existing built-in provider resolver.
Value:
0public const AdmxProviderSourceStrategy DirectDownload #Download a known package URL directly.
Value:
1public const AdmxProviderSourceStrategy LocalSource #Harvest ADMX/ADML files from local directories.
Value:
2public const AdmxProviderSourceStrategy ReleaseManifest #Load an existing ADMX release manifest JSON file.
Value:
3public const AdmxProviderSourceStrategy Manual #Track a source that requires manual or future resolver work.
Value:
4