CrudTStore Method (String) |
Saves a raw string representation to file system.
Namespace:
SandcastleTest.Generic.DAL.FileSystemStorage
Assembly:
SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax private void Store(
string rawContent
)
Parameters
- rawContent
- Type: SystemString
a raw string representation
See Also