com.microsoft.tfs.core.clients.workitem.files
Class FileAttachmentMaxLengths

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.files.FileAttachmentMaxLengths

public class FileAttachmentMaxLengths
extends java.lang.Object

Since:
TEE-SDK-10.1

Field Summary
static int COMMENT_MAX_LENGTH
           
static int FILE_NAME_MAX_LENGTH
           
 
Constructor Summary
FileAttachmentMaxLengths()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_NAME_MAX_LENGTH

public static final int FILE_NAME_MAX_LENGTH
Constant Field Value:
255
See Also:
Constant Field Values

COMMENT_MAX_LENGTH

public static final int COMMENT_MAX_LENGTH
Constant Field Value:
255
See Also:
Constant Field Values
Constructor Detail

FileAttachmentMaxLengths

public FileAttachmentMaxLengths()


© 2015 Microsoft. All rights reserved.