| ContentFactory Methods | 
The ContentFactory type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ContentTypeId | |
|  | Dispose | |
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | (Overrides ObjectFinalize.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Kind | |
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | NewContent | 
            New Content returns a new content, which is Initialized with the Initialize() function.
            The content should be unitilized after use with the Unitialize function.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also