Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal file_id As EntityID, _ 
ByVal original_path As String, _ 
ByVal ref_mode As ReferenceMode
)
This language is not supported or no code example is available.
public ReferenceChangeData( 
EntityID file_id
string original_path
ReferenceMode ref_mode 
)
This language is not supported or no code example is available.
public:  
ReferenceChangeData( 
EntityID^ file_id
String^ original_path
ReferenceMode ref_mode 
)
This language is not supported or no code example is available.
public function ReferenceChangeData( 
file_id : EntityID
original_path : String
ref_mode : ReferenceMode 
);
This language is not supported or no code example is available.

Parameters

file_id
Type: EntityID

original_path
Type: string

ref_mode
Type: ReferenceMode

.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