CADPublishData Constructor

Public Sub New( _ 
ByVal published_name As String, _ 
ByVal publish_info As List(Of CADPublishLayout), _ 
ByVal change_data As FileChangeData, _ 
ByVal destination_folder_id As EntityID
)
This language is not supported or no code example is available.
public CADPublishData( 
string published_name
List<CADPublishLayout> publish_info
FileChangeData change_data
EntityID destination_folder_id 
)
This language is not supported or no code example is available.
public:  
CADPublishData( 
String^ published_name
List<CADPublishLayout>^ publish_info
FileChangeData^ change_data
EntityID^ destination_folder_id 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

published_name
string

publish_info
List<CADPublishLayout>

change_data
FileChangeData

destination_folder_id
EntityID

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition