 | DocumentRepository Class |
Provides access to DocumentMetadata entities and their corresponding physical files, which are found in various locations throughout iWeb.
Inheritance HierarchySystemObject
Ignition.DocumentManagementDocumentRepository
Namespace: Ignition.DocumentManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic class DocumentRepository
Public Class DocumentRepository
public ref class DocumentRepository
type DocumentRepository = class end
The DocumentRepository type exposes the following members.
Constructors
Methods
Remarks
This repository stores physical files in a completely separate location from the one used by iWeb.
Files saved using this repository can only be retrieved via Ignition. The document metadata will be visible in iWeb, but the file itself
will not be downloadable. The reverse is true for documents uploaded via iWeb. The metadatas for those files will be accessible here, but
the physical files will not.
See Also