FileUploader Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class is only intended for internal use by the UploadFile Content Studio component is not documented
Inheritance Hierarchy

SystemObject
  ContentStudio.SiteCodeBase
    ContentStudio.SiteFileUploader

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class FileUploader : CodeBase

The FileUploader type exposes the following members.

Constructors

  NameDescription
Public methodFileUploader
Initializes a new instance of the FileUploader class
Top
Properties

  NameDescription
Protected propertyCode exampleCS_DataFields
Gets a EPTXmlParser that contains a collection of EPT field definitions and values. This property is the replacement for the obsolete EPT_GetFieldName(String) and EPT_GetFieldValue(String) methods.
(Inherited from CodeBase.)
Protected propertyPage
A reference to the current context page. This will initialize in the constructor of this class.
(Inherited from CodeBase.)
Protected propertyRunningUserControl
Gets the current running user control.
(Inherited from CodeBase.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFixJavaString
Escapes charactes for the Javascript language
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPostData
Handles an uploaded file and saves it to Content Studio.
Public methodToString (Inherited from Object.)
Top
See Also

Reference