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

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

~/Workarea/webservices/WebServiceAPI/Metadata.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.None)]
public class Metadata : EktronBaseService;
Visual Basic
<WebService(Namespace = "http://tempuri.org/")>
<WebServiceBinding(ConformsTo = WsiProfiles.None)>
Public Class Metadata
Inherits EktronBaseService

Metadata.cs

Name 
Description 
The methods of the Metadata class are listed here. 
 
Name 
Description 
 
Adds a new metadata type to the system.
This method can be accessed through the Metadata.asmx file located in:  
 
Deletes a metadata type from the system.
This method can be accessed through the Metadata.asmx file located in:  
 
This is the overview for the GetContentMetadataList method overload. 
 
Loads all content metadata.
This method can be accessed through the Metadata.asmx file located in:  
 
Loads all the metadata types.
This method can be accessed through the Metadata.asmx file located in:  
 
Updates the metadata type.  
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!