QDVWBS.SetPermissionsOfWBSColumn Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IWbs.SetPermissionsOfColumn instead.

Sets permissions to user/free column in WBS.
[Obsolete("Use Qdv.UserApi.IWbs.SetPermissionsOfColumn instead.")] 
public int SetPermissionsOfWBSColumn( 
int ColumnNumber
bool AllowBranches
bool AllowMinutes
bool AllowTotals
string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

ColumnNumber
int

The column number. The leftmost column has index 0.

AllowBranches
bool

Allow entry in branches.

AllowMinutes
bool

Allow entry in minutes.

AllowTotals
bool

Allow entry in totals.

ErrorMessage
string

An error message. Blank means no error.

Return Value

int

The error number. 0 means no error.

Remarks
 
In order to have such changes taken into account, you must call the QDVEstimate.Check_And_Repaint method.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition