Property MaxTextLength
MaxTextLength
Gets or sets the maximum text length when returning file content as text. Default is 100000 characters. Set to 0 for unlimited.
public int MaxTextLength { get; set; }
Gets or sets the maximum text length when returning file content as text. Default is 100000 characters. Set to 0 for unlimited.
public int MaxTextLength { get; set; }