ConfigureRevisions Method
Configures options surrounding the revisions control.
Syntax
public void ConfigureRevisions(
System.bool showRevisions,
System.bool showFloatingLatestRevision,
System.bool showReleaseBiasedOption
)Public Sub ConfigureRevisions( _
ByVal showRevisions As System.Boolean, _
ByVal showFloatingLatestRevision As System.Boolean, _
ByVal showReleaseBiasedOption As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| showRevisions | Sets whether or not a GUI should be present which allows the user to select a particular revision of the selected entity. |
| showFloatingLatestRevision | Sets whether or not the Select Revision control should have an options for the user to select the "Latest Revision". |
| showReleaseBiasedOption | Sets whether or not the Release Biased option will be available to configure how the selected revision should be interpreted. |