Свойство | Тип | Описание | |
---|---|---|---|
MaxFileSize | int |
Метод | Описание | |
---|---|---|
ByteFile ( byte data, string fileName, string mimeType = null ) : System | ||
ByteFile ( string filePath ) : System |
public ByteFile ( byte data, string fileName, string mimeType = null ) : System | ||
data | byte | |
fileName | string | |
mimeType | string | |
Результат | System |
public ByteFile ( string filePath ) : System | ||
filePath | string | |
Результат | System |