LoadHistoricalRevisionReadOnly Method
Load this control to display the text for the specific revision of the specified file iteration and make the control read only. If date biased is true, then the text in the drop down will also show the specific version number of the file.
Syntax
public void LoadHistoricalRevisionReadOnly(
FileIteration fileIteration,
System.bool dateBiased
)Public Sub LoadHistoricalRevisionReadOnly( _
ByVal fileIteration As FileIteration, _
ByVal dateBiased As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| fileIteration | The file to display revision for |
| dateBiased | If true, the text in the drop down will include the version number of the file |