PfsHelperPfsWriteClobFilename Method (IntPtr, Boolean, String) |
Write filename to the clob
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,
bool addClob,
string filename
)
Public Shared Sub PfsWriteClobFilename (
pfsRoot As IntPtr,
addClob As Boolean,
filename As String
)
public:
static void PfsWriteClobFilename(
IntPtr pfsRoot,
bool addClob,
String^ filename
)
static member PfsWriteClobFilename :
pfsRoot : IntPtr *
addClob : bool *
filename : string -> unit
Parameters
- pfsRoot
- Type: SystemIntPtr
pointer to keyword - addClob
- Type: SystemBoolean
whether to add a clob - filename
- Type: SystemString
filename to be written
See Also