History  | 
SearchField (server files) 
Minimum version: 4.0 
Purpose 
Sets the field ID in the container schema to be used when providing patterns for FindFirst for a file on the FirstClass server. 
If this method doesn't set another field ID, the object name is used. 
Syntax 
ServerFile.SearchField (FieldID) 
 Example 
Dim sf as ServerFile 
sf.SearchField (2345) 
 | ||||