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

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

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

Asset.cs

Name 
Description 
The methods of the Asset class are listed here. 
 
Name 
Description 
 
Loads all of the registered plug-in configuration details.
This method can be accessed through the Asset.asmx file located in:  
 
Loads all of the registered plug-in type details.
This method can be accessed through the Asset.asmx file located in:  
 
Loads all of the asset supertypes supported by documents add-in.
This method can be accessed through the Asset.asmx file located in:  
 
Loads the edit snippet for the given document. Used with the Document Management functionality.
This method can be accessed through the Asset.asmx file located in:  
 
Retrieves the Document Management functionality client ID.
This method can be accessed through the Asset.asmx file located in:  
 
Create a copy of DMS Asset.
This method can be accessed through the Asset.asmx file located in:  
 
Updates the Document Management configuration information.
This method can be accessed through the Asset.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!