Interface IUIManager
Interface for UIManager.
Namespace: Quark.CMSAdapters.Core.Office.Interfaces
Assembly: Quark.CMSAdapters.Core.Office.dll
Syntax
public interface IUIManager
Properties
ContentType
Gets the content type of the document. Content type name is specified in Quark.CMSAdapters.config. This Content type is used by open dialog to search corresponding file types.
Declaration
string ContentType { get; }
Property Value
Type | Description |
---|---|
System.String | The content type of the document. |
TemplateContentType
Gets the content type of the document. Content type name is specified in Quark.CMSAdapters.config. This Content type is used by open dialog to search corresponding file types.
Declaration
string TemplateContentType { get; }
Property Value
Type | Description |
---|---|
System.String | The content type of the document. |
Methods
LoadImage(String)
Loads the image.
Declaration
IPictureDisp LoadImage(string imageName)
Parameters
Type | Name | Description |
---|---|---|
System.String | imageName | Name of the image. |
Returns
Type | Description |
---|---|
stdole.IPictureDisp |