ISharing.GetFullInformationForAllUsers Method

Returns information for all owners being listed in the sharing table of the estimate.
Function GetFullInformationForAllUsers( _ 
ByVal WhichInformation As UserInformationFilter
) As List(Of UserInformation)
This language is not supported or no code example is available.
List<UserInformation> GetFullInformationForAllUsers( 
UserInformationFilter WhichInformation 
)
This language is not supported or no code example is available.

Parameters

WhichInformation
UserInformationFilter

Specifies which owners will be retrieved.

Return Value

List<UserInformation>

A list of owners or null reference (Nothing in Visual Basic) when the method fails.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition