Method | Description | |
---|---|---|
CreateFile ( string relativePath, VirtoCommerce.Content.Data.Models.ContentItem item ) : Task |
||
DeleteFile ( string relativePath ) : System.Threading.Tasks.Task | ||
GetChangeSet ( string relativePath, IContentLoadCriteria criteria ) : Task |
||
GetContent ( string relativePath ) : Task |
||
GitHubContentRepositoryImpl2 ( string token, string productHeaderValue, string ownerName, string repositoryName, string mainPath ) : Octokit | ||
UpdateFile ( string relativePath, VirtoCommerce.Content.Data.Models.ContentItem item ) : Task |
Method | Description | |
---|---|---|
GetAllContents ( string path ) : Task |
||
GetFullPath ( string path ) : string |
public CreateFile ( string relativePath, VirtoCommerce.Content.Data.Models.ContentItem item ) : Task |
||
relativePath | string | |
item | VirtoCommerce.Content.Data.Models.ContentItem | |
return | Task |
public DeleteFile ( string relativePath ) : System.Threading.Tasks.Task | ||
relativePath | string | |
return | System.Threading.Tasks.Task |
public GetChangeSet ( string relativePath, IContentLoadCriteria criteria ) : Task |
||
relativePath | string | |
criteria | IContentLoadCriteria | |
return | Task |
public GetContent ( string relativePath ) : Task |
||
relativePath | string | |
return | Task |
public GitHubContentRepositoryImpl2 ( string token, string productHeaderValue, string ownerName, string repositoryName, string mainPath ) : Octokit | ||
token | string | |
productHeaderValue | string | |
ownerName | string | |
repositoryName | string | |
mainPath | string | |
return | Octokit |
public UpdateFile ( string relativePath, VirtoCommerce.Content.Data.Models.ContentItem item ) : Task |
||
relativePath | string | |
item | VirtoCommerce.Content.Data.Models.ContentItem | |
return | Task |