Changed Number field to 256 characters
This commit is contained in:
@@ -211,6 +211,9 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
private byte[] _LastChanged = new byte[8];//timestamp
|
||||
private string _Content_Number = string.Empty;
|
||||
/// <summary>
|
||||
/// Increased from 30 to 256 to support RTF symbols
|
||||
/// </summary>
|
||||
public string Content_Number
|
||||
{
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]
|
||||
|
Reference in New Issue
Block a user