IEnumOfflineFilesSettings interface (cscobj.h)

Enumerates setting objects associated with the Offline Files service.

Inheritance

The IEnumOfflineFilesSettings interface inherits from the IUnknown interface. IEnumOfflineFilesSettings also has these types of members:

Methods

The IEnumOfflineFilesSettings interface has these methods.

 
IEnumOfflineFilesSettings::Clone

Creates a new instance of the enumerator with the same enumeration state as the current one. (IEnumOfflineFilesSettings.Clone)
IEnumOfflineFilesSettings::Next

Retrieves the next item in the enumeration and advances the enumerator. (IEnumOfflineFilesSettings.Next)
IEnumOfflineFilesSettings::Reset

Resets the enumeration to the beginning. (IEnumOfflineFilesSettings.Reset)
IEnumOfflineFilesSettings::Skip

Skips over the next specified number of elements in the enumeration. (IEnumOfflineFilesSettings.Skip)

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h

See also

Offline Files API Interfaces