You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Font Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Font Class

This section describes the Web Service methods used with Fonts. The Font Web service is a wrapper for the Font API: Ektron.Cms.API.Font. These methods can be accessed through the Font.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Font.asmx

IMPORTANT: If you are accessing these Web Services remotely, you will need to set the authentication header.

C#
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class Font : EktronBaseService;
Visual Basic
<WebService(Namespace = "http://tempuri.org/")>
<WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)>
Public Class Font
Inherits EktronBaseService

Font.cs

Name 
Description 
The methods of the Font class are listed here. 
 
Name 
Description 
 
Adds a new font to the system.
This method can be accessed through the Font.asmx file located in:  
 
Deletes a font from the system.
This method can be accessed through the Font.asmx file located in:  
 
Loads all of the fonts as a array of FontData.
This method can be accessed through the Font.asmx file located in:  
 
Loads the required font using the font's ID.
This method can be accessed through the Font.asmx file located in:  
 
Returns all of the font details in a drop down control.
This method can be accessed through the Font.asmx file located in:  
 
Updates the font.
This method can be accessed through the Font.asmx file located in:  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!