Essential Kit
Loading...
Searching...
No Matches
MediaContentSaveOptions

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.
 

Constructor & Destructor Documentation

◆ MediaContentSaveOptions()

MediaContentSaveOptions ( string directoryName,
string fileName )
Parameters
directoryNameThe directory name(album) where the media content will be saved.
fileNameThe file name without extension.

References MediaContentSaveOptions.DirectoryName, and MediaContentSaveOptions.FileName.

Property Documentation

◆ DirectoryName

string DirectoryName
get

The directory name (album name).

Referenced by MediaContentSaveOptions.MediaContentSaveOptions().

◆ FileName

string FileName
get

The file name without extension.

Referenced by MediaContentSaveOptions.MediaContentSaveOptions().