MediaFileInfo Constructor (String, Int32, String) |
Constructor - creates a new MediaFileInfo object specified by its file physical path.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 12.0.0
Syntax public MediaFileInfo(
string path,
int libraryId,
string librarySubfolder
)
Parameters
- path
- Type: SystemString
File physical path - libraryId
- Type: SystemInt32
ID of the library the file will be assigned to - librarySubfolder
- Type: SystemString
Library subfolder path where file should be saved
See Also