PfsHelperPfsWriteClobFilename Method (IntPtr, String, String) |
Write filename to the clob in the new created keyword
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void PfsWriteClobFilename(
IntPtr pfsRoot,
string keyword,
string filename
)
Public Shared Sub PfsWriteClobFilename (
pfsRoot As IntPtr,
keyword As String,
filename As String
)
public:
static void PfsWriteClobFilename(
IntPtr pfsRoot,
String^ keyword,
String^ filename
)
static member PfsWriteClobFilename :
pfsRoot : IntPtr *
keyword : string *
filename : string -> unit
Parameters
- pfsRoot
- Type: SystemIntPtr
pointer to section - keyword
- Type: SystemString
keyword name to be created - filename
- Type: SystemString
filename to be written
See Also