Click or drag to resize

IInProcFileImplFactory Interface

A factory for repository representations.

Namespace:  PDTec.IceNet.Sdk
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IInProcFileImplFactory : IFileImplFactory, 
	IObjectImplFactory

The IInProcFileImplFactory type exposes the following members.

Properties
  NameDescription
Public propertyCleanDeletedFileContent
Specifies if files should be physically deleted when the last referencing ContentVersion is deleted.
Public propertyEnforceFileExistence
Specified whether connected files must exist as physical files on disk. The default is true.
Top
Methods
  NameDescription
Public methodCreateObject
Creates a Business Object implementation.
(Inherited from IObjectImplFactory.)
Top
Events
  NameDescription
Public eventResolveVaultDirectory
Map logical vault information to physical base directories.
Public eventResolveVaultFilePath
Map logical file information to physical file paths.
Top
See Also