Method ReloadAllNullIn
ReloadAllNullIn(object, string)
Looks for resources in the given container object and reload the ones
that are missing or broken.
Declaration
public static bool ReloadAllNullIn(object container, string basePath)
Parameters
| Type | Name | Description | 
|---|---|---|
| object | container | The object containing reload-able resources  | 
    
| string | basePath | The base path for the package  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if something have been reloaded.  |