IFileUpdateContentVersion Method |
Updates the data of a specific version.
Namespace: PDTec.IceNet.Core.Model.FileAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxContentVersion UpdateContentVersion(
long version,
string description,
string filename
)
Parameters
- version
- Type: SystemInt64
The version. - description
- Type: SystemString
The content version description. - filename
- Type: SystemString
The filename (without path) that is to be stored with the content.
Return Value
Type:
ContentVersionThe content version information.
See Also