DocumentItemGetNewNative Method | |
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public NativeItem GetNewNative(
string nativeFilePath
)
Parameters
- nativeFilePath
- Type: SystemString
The full path to the native file.
Return Value
Type:
NativeItemA new
NativeItem reference that can be linked to this document.
See Also