'DeclarationSub CreateOrUpdateItem( _ ByVal item As RepositoryItem, _ ByVal importData As String, _ ByVal sourceStream As Stream _ )
void CreateOrUpdateItem( RepositoryItem item, string? importData, Stream? sourceStream )
void CreateOrUpdateItem( RepositoryItem^ item, String^ importData, Stream^ sourceStream )
Parameters
- item
An object containing the repository item metadata. Note that this is always a new instance of the RepositoryItem type.
- importData
- sourceStream
A stream that the file content of the repository item can be read from. If this parameter is null, the current file content of the repository item must not be modified (i.e. save the metadata from the 'item' parameter only, but ignore the file content)!