Create a new file from another

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

Sub CreateFileFrom( _ 
ByVal target_file As String, _ 
ByVal original_id As EntityID, _ 
ByRef ref_original As Boolean
)
This language is not supported or no code example is available.
void CreateFileFrom( 
string target_file
EntityID original_id
out bool ref_original 
)
This language is not supported or no code example is available.
 
void CreateFileFrom( 
String^ target_file
EntityID^ original_id
bool& ref_original 
)
This language is not supported or no code example is available.
function CreateFileFrom( 
target_file : String
original_id : EntityID
ref_original : boolean 
);
This language is not supported or no code example is available.

Parameters

target_file
Type: string

<default>

original_id
Type: EntityID

ref_original
Type: bool

.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