The CustomProfile type exposes the following members.
Methods
Name | Description | |
---|---|---|
AreApplicationBasedSettingsSupported |
Indicates whether or not application based settings are supported on the IC Server.
| |
CheckForApplicationBasedSettings |
Checks to see if the application based settings exist for the specified
application profile name from .
| |
CheckForApplicationBasedSettingsAsync |
Asynchronously checks to see if the application based settings exist for the specified
application profile name from .
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
FlushChanges |
Forces any pending changes to be saved to the server immediately.
| |
FlushChangesAsync |
Asynchronously forces any pending changes to be saved to the server.
| |
GetApplicationCustomProfile(CustomProfileParameters) |
Gets the custom profile using the specified CustomProfileParameters.
| |
GetApplicationCustomProfile(Session) |
Gets the custom profile for this application's profile.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLegacyCustomProfile |
Gets the legacy custom profile.
| |
GetNamespaceContents |
Gets the profile items contained in the requested namespace path.
| |
GetNamespaceContentsAsync |
Asynchronously gets the profile items contained in the requested namespace path.
| |
GetOtherApplicationCustomProfile |
Gets the custom profile for a specific application's profile.
| |
GetProfileItem |
Gets the specified profile item.
| |
GetProfileItemAsync |
Asynchronously gets the specified profile item.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveNamespaceContents |
Removes the profile items in the specified namespace.
| |
RemoveNamespaceContentsAsync |
Asynchronously removes the profile items in the specified namespace.
| |
RemoveProfileItem |
Removes the specified profile item.
| |
RemoveProfileItemAsync |
Asynchronously removes the specified profile item.
| |
SetProfileItem(String, String, Object) |
Sets the specified profile item.
| |
SetProfileItem(String, String, String) |
Sets the specified profile item.
| |
SetProfileItemAsync(String, String, Object, AsyncCompletedEventHandler, Object) |
Asynchronously sets the specified profile item.
| |
SetProfileItemAsync(String, String, String, AsyncCompletedEventHandler, Object) |
Asynchronously sets the specified profile item.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |