C# Class SenseNet.ContentRepository.ExportContext

Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
AddReference ( string path ) : void
ExportContext ( string sourceRepositoryPath, string targetFsPath ) : System
GetOuterReferences ( ) : ReadOnlyCollection

Method Details

AddReference() public method

public AddReference ( string path ) : void
path string
return void

ExportContext() public method

public ExportContext ( string sourceRepositoryPath, string targetFsPath ) : System
sourceRepositoryPath string
targetFsPath string
return System

GetOuterReferences() public method

public GetOuterReferences ( ) : ReadOnlyCollection
return ReadOnlyCollection