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

Syntax

Visual Basic (Declaration)
Public MustOverride Sub SetFile( _ 
   ByVal FieldName As String,  _ 
   ByVal Copy As String,  _ 
   ByVal ContentName As String _ 
)
C#
public abstract void SetFile(
   string FieldName,
   string Copy,
   string ContentName
)
C++
public:
 void SetFile(
   String FieldName,
   String Copy,
   String ContentName
) abstract 
J#
public abstract void SetFile(
   string FieldName,
   string Copy,
   string ContentName
)
JScript
public abstract  function SetFile(
   FieldName : String,
   Copy : String,
   ContentName : String
)

Parameters

FieldName
Copy
ContentName

See Also