StorageLibraryContentChangedTrigger.CreateFromLibraries Method

Definition

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

IIterable<StorageLibrary>

IEnumerable<StorageLibrary>

The list of libraries that the trigger will monitor.

Returns

A trigger that monitors the specified location(s).

Applies to

See also