Click or drag to resize

DocumentItemGetNewNative Method

Gets a new NativeItem reference which can be linked to this instance via SetNative(NativeItem)

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public NativeItem GetNewNative(
	string nativeFilePath
)

Parameters

nativeFilePath  String
The full path to the native file.

Return Value

NativeItem
A new NativeItem reference that can be linked to this document.
See Also