AddFilesToPromote Method
Assign item for specific files
Syntax
public override void AddFilesToPromote(
System.long[] fileIds,
ItemAssignAll assignAll,
System.bool autoAssignDuplicates
)Public Overrides NotOverridable Sub AddFilesToPromote( _
ByVal fileIds() As System.Long, _
ByVal assignAll As ItemAssignAll, _
ByVal autoAssignDuplicates As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| fileIds | The ids of the files to promote |
| assignAll | The child assignment behavior to use during the promote |
| autoAssignDuplicates | Whether to automatically assign duplicates to existing items or to create new items |