|
Essential Kit
|
Contains options which customize the behavior of the MediaServices.SaveMediaContent method.
Public Member Functions | |
| MediaContentSaveOptions (string directoryName, string fileName) | |
| Initializes a new instance of the MediaContentSaveOptions class. | |
Properties | |
| string | DirectoryName [get] |
| Gets the directory name where the media content will be saved. | |
| string | FileName [get] |
| Gets the file name without extension. | |
| MediaContentSaveOptions | ( | string | directoryName, |
| string | fileName ) |
| directoryName | The directory name(album) where the media content will be saved. |
| fileName | The file name without extension. |
References MediaContentSaveOptions.DirectoryName, and MediaContentSaveOptions.FileName.
|
get |
The directory name (album name).
Referenced by MediaContentSaveOptions.MediaContentSaveOptions().
|
get |
The file name without extension.
Referenced by MediaContentSaveOptions.MediaContentSaveOptions().