Initializes a new instance of the SharedFile class.
Namespace: Composite.Core.PageTemplatesAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public SharedFile( string relativeFilePath ) |
| Visual Basic |
|---|
Public Sub New ( _ relativeFilePath As String _ ) |
| Visual C++ |
|---|
public: SharedFile( String^ relativeFilePath ) |
Parameters
- relativeFilePath
- Type: System..::..String
The relative file path.