SecretNET.NFT Namespace

MediaFile..::..FileType Property

Stashh currently uses: "image", "video", "audio", "text", "font", "application".

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public Nullable<string> FileType { get; set; }
Public Property FileType As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> FileType {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}