 | ICdssLibraryRepositoryInsertOrUpdate Method |
Insert a protocol asset into the store
Namespace: SanteDB.Core.CdssAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxICdssLibrary InsertOrUpdate(
ICdssLibrary libraryToInsert
)
Function InsertOrUpdate (
libraryToInsert As ICdssLibrary
) As ICdssLibrary
ICdssLibrary^ InsertOrUpdate(
ICdssLibrary^ libraryToInsert
)
abstract InsertOrUpdate :
libraryToInsert : ICdssLibrary -> ICdssLibrary Parameters
- libraryToInsert ICdssLibrary
- The protocol asset to insert
Return Value
ICdssLibraryThe inserted protocol asset
See Also