IFileUpdateContentVersion Method |
Updates the data of a specific version.
Namespace:
PDTec.IceNet.Core.Model.File
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax ContentVersion 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