![]() |
VOOZH | about |
dotnet add package Bridge.Kentico --version 0.1.0-alpha
NuGet\Install-Package Bridge.Kentico -Version 0.1.0-alpha
<PackageReference Include="Bridge.Kentico" Version="0.1.0-alpha" />
<PackageVersion Include="Bridge.Kentico" Version="0.1.0-alpha" />Directory.Packages.props
<PackageReference Include="Bridge.Kentico" />Project file
paket add Bridge.Kentico --version 0.1.0-alpha
#r "nuget: Bridge.Kentico, 0.1.0-alpha"
#:package Bridge.Kentico@0.1.0-alpha
#addin nuget:?package=Bridge.Kentico&version=0.1.0-alpha&prereleaseInstall as a Cake Addin
#tool nuget:?package=Bridge.Kentico&version=0.1.0-alpha&prereleaseInstall as a Cake Tool
connectionString parameters to match your Kentico db.localhost/bridge/indexyourKenticoUrl/Admin/BridgeUI/indexclasstypes to care about and a list of ignoreFields on the item to simply ignore when serializing/syncing.pagetypes to care about and a list of ignoreFields on the items to not serialize/sync. This also will handle all custom fields. Also, a query attribute allows you to pick which content within the tree to focus on. This should support a basic Kentico Query.coreConfig nodes and fetches all the corresponding classes, and stuffs them into the serialization/core/{coreConfigName} folder.Serialize All task, it takes what's in the file system and pushes it to the Kentico DB.contentConfig nodes and fetches all the corresponding classes, and stuffs them into the serialization/content/{contentConfigName} folder.Serialize All task, it takes what's in the file system and pushes it to the Kentico DB.curl, wget or Invoke-WebRequest).yourUrl/bridge/diffcore?/{configName}: returns the comparison between the serialized DB and what is in the file system for the optional core configNameyourUrl/bridge/diffcontent?/{configName}: returns the comparison between the serialized DB and what is in the file system for the optional content configNameyourUrl/bridge/serializecore?/{configName}: serializes the specified core config (or all if none specified) to the filesystemyourUrl/bridge/serializecontent?/{configName}: serializes the specified content config (or all if none specified) to the filesystemyourUrl/bridge/synccore?/{configName}: syncs the specified core config (or all if none specified) to the databaseyourUrl/bridge/synccontent?/{configName}: syncs the specified content config (or all if none specified) to the database| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net461 net461 is compatible. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-alpha | 578 | 3/19/2020 |
Initial 0.1.0 alpha release