Aqualogic Interaction API  
 

IPTCustomFileAccessor.CanSuggestCardName Method 

Should return true if the accessor can generally suggest a card name given the file's contents. If this method returns true, GetSuggestedCardName() will later be called to retrieve a name to be used for the card. If it returns false, GetSuggestedCardName() will not be called and a less descriptive name will be generated through other means.

bool CanSuggestCardName();

Return Value

whether the accessor can generally suggest a card name

See Also

IPTCustomFileAccessor Interface | com.plumtree.server Namespace