| FeaturePackageControllerGetMissingChanges Method |
Returns config changes for a number of packages that a customer lacks to install.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic List<ConfigurationChange> GetMissingChanges(
IEnumerable<Guid> packageUIds,
bool includeOmittedChanges = true
)
Parameters
- packageUIds
- Type: System.Collections.GenericIEnumerableGuid
True by default - If true the changes which have been omitted from the import will be included as well - includeOmittedChanges (Optional)
- Type: SystemBoolean
Return Value
Type:
ListConfigurationChange
See Also