PDTec.IceNet.Core.Model.File Namespace | 
| Class | Description | |
|---|---|---|
| FileCheckinEventArgs | 
            The business object event arguments for the FileCheckin event.
              | 
| Structure | Description | |
|---|---|---|
| ContentVersion | 
            Represents a content version (binary content) that is managed by an
            ice.NET file object an stored within a vault.
              | 
| Interface | Description | |
|---|---|---|
| IFile | 
            Represents a file object that can store arbitrary (binary) content.
            The file implementation manages multipe versions of the content.
              | |
| IFileCheckinEventImpl | 
            Interface to implement a FileCheckin event triggered by the IFile business object.
            This event is triggered after succesfull Write, Connect and Append actions.
            The execution sequence order is SupertypesFirst.
              | |
| IFileImplFactory | 
            Serves as business objects factory. Additonally maps logical vault 
            information (vault name) to a physical storage location (vault root 
            directory).
            
            This interface is used internally.
              | 
| Enumeration | Description | |
|---|---|---|
| FileCheckinAction | 
            Specifies which kind of action has triggered a FileCheckin event.
              |