IUserProfiles Interface

Provides access to the user profiles in an estimate.
Public Interface IUserProfiles
This language is not supported or no code example is available.
public interface IUserProfiles
This language is not supported or no code example is available.
Name Description
Public property ActiveProfile Gets the profile that is currently used in the estimate.
Public property DefaultProfile Gets the profile that is set to be used by default in the estimate.
Public property Estimate Gets the estimate to which these user profiles belong.
Public property Profiles Gets all user profiles in the estimate.
Top
Methods
 
Name Description
Public method GetProfileByID(string) Gets the user profile with the specified ID.
Public method RemoveProfile(string) Removes the user profile with the specified ID.
Public method SetActiveProfile(string, string) Changes the active user profile.
Top
Version
 
Available since QDV 7.14.530.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition