You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > CustomFields Class > CustomFields Methods > ProcessCustomFields
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
CustomFields.ProcessCustomFields Method

Process Folders' Custom-Field (and metadata) assignments: 

When form submitted, copy checked items to hidden field. 

Form processor:

  • If break inheritance checked, and any items in hidden field, send contents to db.
  • If break inheritance checked, and hidden field empty, create dummy assignment fieldID = -1.
  • If break inheritance NOT checked, remove all assignments for this folder.
 

This method can be accessed through the CustomFields.asmx file located in:

~/Workarea/webservices/WebServiceAPI/CustomFields.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "ProcessCustomFields", Description = "")]
public object ProcessCustomFields(long folderID);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "ProcessCustomFields", Description = "")>
Public Function ProcessCustomFields(folderID As long) As object
Parameters 
Description 
folderID 
The folder's ID. 

Object

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!