| IDocumentFactory Interface | 
Namespace: CMS.DocumentEngine
public interface IDocumentFactory : IObjectFactory
The IDocumentFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| CreatedType | 
            Returns the type created by this factory
              (Inherited from IObjectFactory.) | |
| Singleton | 
            Singleton instance of the created object type
              (Inherited from IObjectFactory.) | 
| Name | Description | |
|---|---|---|
| CanCreateObject | 
            Returns true if the factory is able to create the object of the given type
              (Inherited from IObjectFactory.) | |
| CreateNewObject | 
            Creates and returns a new object
              (Inherited from IObjectFactory.) |