UpdateFileAssociationReferences Method
Updates meta-data to an existing file association.
Required Permissions
FileCheckInSyntax
public void UpdateFileAssociationReferences(
System.long[] fileIds,
System.string[] fileVaultPaths,
FileAssocParamArray[] associations
)Public Sub UpdateFileAssociationReferences( _
ByVal fileIds() As System.Long, _
ByVal fileVaultPaths() As System.String, _
ByVal associations() As FileAssocParamArray _
) Parameters
| Name | Description |
|---|---|
| fileIds | An array of parent Files. |
| fileVaultPaths | The Vault path for each parent file. The array or elements in the array can be null for cases where the parent path value on the association does not need to be updated. |
| associations | An array of associations for each parent item. These objects should have the updated RefId and ExpectedVaultPath values. The other parts of the objects are ignored. |