StorageLibraryContentChangedTrigger.CreateFromLibraries Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a trigger that will fire when a file is changed in any of the specified libraries.
public:
static StorageLibraryContentChangedTrigger ^ CreateFromLibraries(IIterable<StorageLibrary ^> ^ storageLibraries);
static StorageLibraryContentChangedTrigger CreateFromLibraries(IIterable<StorageLibrary> const& storageLibraries);
public static StorageLibraryContentChangedTrigger CreateFromLibraries(IEnumerable<StorageLibrary> storageLibraries);
function createFromLibraries(storageLibraries)
Public Shared Function CreateFromLibraries (storageLibraries As IEnumerable(Of StorageLibrary)) As StorageLibraryContentChangedTrigger
Parameters
- storageLibraries
The list of libraries that the trigger will monitor.
Returns
A trigger that monitors the specified location(s).