You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
380 B

namespace Win_in.Sfs.Shared.Domain.Shared;
public static class SfsPropertyConst
{
public const int CodeLength = 64;
public const int NameLength = 64;
public const int DescLength = 1024;
public const int RemarkLength = 3072;
public const int TitleLength = 1024;
public const int MaxFileNameLength = 1024;
public const int MaxBlobNameLength = 1024;
}