Returns the datasource name of the content given.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Function GetDataSource( _ ByVal ContentName As String _ ) As String |
| C# |
|---|
| public abstract string GetDataSource( string ContentName ) |
| C++ |
|---|
| public: String GetDataSource( String ContentName ) abstract |
| J# |
|---|
| public abstract string GetDataSource( string ContentName ) |
| JScript |
|---|
| public abstract
function GetDataSource( ContentName : String ) : String |
Parameters
- ContentName