You are here: Data Classes > FolderRequest Class > FolderRequest Properties > PublishActive
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
FolderRequest.PublishActive Property

Gets or sets whether assets in the folder are published in another format. It also determines in which format the assets are published. For example, HTML or PDF. This is for the FolderRequest data object.

  • PublishPdfActive = publish asset as a PDF. 

  • PublishHtmlActive = publish asset as HTML.
  • "" (Empty) - assets in the folder are not published.

C#
public String PublishActive;
Visual Basic
Public Property PublishActive() As String

A string based on whether to publish contents as HTML, PDF or not at all.

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!