IOfflineFilesSetting interface (cscobj.h)

Represents a setting that controls the behavior the Offline Files service.

Inheritance

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

Methods

The IOfflineFilesSetting interface has these methods.

 
IOfflineFilesSetting::DeletePreference

Removes a preference setting.
IOfflineFilesSetting::GetName

Retrieves a name associated with a particular Offline Files setting.
IOfflineFilesSetting::GetPolicy

Retrieves a policy associated with a particular Offline Files setting.
IOfflineFilesSetting::GetPolicyScope

Retrieves the scope of the policy associated with this setting.
IOfflineFilesSetting::GetPreference

Retrieves a per-machine or per-user preference associated with a particular Offline Files setting.
IOfflineFilesSetting::GetPreferenceScope

Indicates the scope of the preference associated with this setting.
IOfflineFilesSetting::GetValue

Retrieves the value of a particular Offline Files setting.
IOfflineFilesSetting::GetValueType

Retrieves the data type of a particular Offline Files setting.
IOfflineFilesSetting::SetPreference

Sets a per-computer or per-user preference associated with an Offline Files setting.

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