Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Sub SetType( _ 
   ByVal ContentType As String _ 
)
C#
public abstract void SetType(
   string ContentType
)
C++
public:
 void SetType(
   String ContentType
) abstract 
J#
public abstract void SetType(
   string ContentType
)
JScript
public abstract  function SetType(
   ContentType : String
)

See Also