You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content Namespace > Classes > Content Class > Content Methods > SaveContent
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Content.SaveContent Method

Updates the checked out content block. Only following properties can be updated:

  • contentData.Title
  • contentData.Teaser
  • contentData.Comment
  • contentData.GoLive
  • contentData.Html
  • contentData.EndDate
  • contentData.EndDateAction
  • contentData.ManualAlias

C#
public Boolean SaveContent(ContentEditData contentEditData);
Visual Basic
Public Function SaveContent(ByVal contentEditData As ContentEditData) As Boolean
Parameters 
Description 
contentEditData 
_nt_ 

False if successful

Content must be in the checked out state. If you are updating an existing asset you mus make sure to set the FileChanged property to False in the contentEditData

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!