IFileConnectContent Method |
Connects an existing file content as the most current version to the file object.
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 ConnectContent(
bool newVersion,
string description,
string filename,
string contentUuid
)
Parameters
- newVersion
- Type: SystemBoolean
Indicates if a new version ist to be created. - description
- Type: SystemString
The content version description. - filename
- Type: SystemString
The filename (without path) that is to be stored with the content. - contentUuid
- Type: SystemString
The UUID of the file content that should be connected as a content version.
Return Value
Type:
ContentVersionThe content version information.
See Also