DesignProject.GetCustomSection Method
Parent Object: DesignProjectDescription
Method that returns a custom section (in the form of an XML string) from the project file.
Syntax
DesignProject.GetCustomSection( Name As String ) As StringParameters
Name | Type | Description |
Name | String | Input String that specifies name of the custom section in the project file. If the section with the specified name is not found an error occurs. The following strings can be used to retrieve some of the built-in sections: 'ContentCenterConfig', 'VaultOptions', and 'AutodeskIntent.' |