ContentCenterOptions.SetAccessOption Method
Parent Object: ContentCenterOptionsDescription
Method that sets the access option for content center (Inventor Desktop or Vault/Productstream).
Syntax
ContentCenterOptions.SetAccessOption( AccessOption As ContentCenterAccessOptionEnum, [LibrariesLocation] As String )Parameters
Name | Type | Description |
AccessOption | ContentCenterAccessOptionEnum | Input ContentCenterAccessOptionEnum value that specifies the access option for content center. This can either be kInventorDesktopAccess or kVaultOrProductstreamServerAccess. If kInventorDesktopAccess is input, the LibrariesLocation argument must be specified. |
LibrariesLocation | String | Optional input String that specifies the location of the libraries if the access option is kInventorDesktopAccess. The argument must be specified for kInventorDesktopAccess, and can be ignored for kVaultOrProductstreamServerAccess. This is an optional argument whose default value is "". |