RevisionSettings.GetRevisionSettings
Method
Description:
Returns the RevisionSettings for the given project document.
Returns the RevisionSettings for the given project document.
Parameters
Parameter | Type | Description |
---|---|---|
ccda | Document | The document to get the RevisionSettings from. |
Return Value
Type | Description |
---|---|
RevisionSettings | The RevisionSettings for the document. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | ccda is not a project document. |
ArgumentNullException | A non-optional argument was null |