Click or drag to resize

VaultProtocolCommands Class

A list of built-in vault protocol commands.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Core.DatabaseVaultProtocolCommands

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class VaultProtocolCommands

The VaultProtocolCommands type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAllCommands
All commands in a row.
Public fieldStatic memberAppend
Append to an existing file content.
Public fieldStatic memberCreate
Create a new file content.
Public fieldStatic memberDelete
Delete a file content.
Public fieldStatic memberGetSize
Gets the size of a file content.
Public fieldStatic memberRead
Read a complete file content.
Public fieldStatic memberReadPart
Read a part od a file content specified by offset and size.
Top
See Also