Get the string from the 'Copy Content' record based on it's name. If the record does not exist it is created with the default value provided.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function GetCopy( _ ByVal CopyName As String, _ Optional ByVal DefaultContent As String = "" _ ) As String |
C# |
---|
public abstract string GetCopy( string CopyName, [OptionalAttribute] string DefaultContent ) |
C++ |
---|
public: String GetCopy( String CopyName, [OptionalAttribute] String DefaultContent ) abstract |
J# |
---|
public abstract string GetCopy( string CopyName, /** @attribute OptionalAttribute() */ string DefaultContent ) |
JScript |
---|
public abstract
function GetCopy( CopyName : String, OptionalAttribute DefaultContent : String ) : String |
Parameters
- CopyName
- DefaultContent