Engine_Database.Builder_Edit_Incoming_Folder Method
Edits an existing builder incoming folder or adds a new folder
Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Builder_Edit_Incoming_Folder(
int FolderID,
string Folder_Name,
string Network_Folder,
string Error_Folder,
string Processing_Folder,
bool Perform_Checksum,
bool Archive_TIFF,
bool Archive_All_Files,
bool Allow_Deletes,
bool Allow_Folders_No_Metadata,
string BibID_Roots_Restrictions,
int ModuleSetID,
Custom_Tracer Tracer
) |
Parameters
- FolderID
- Type: System..::..Int32
Primary key for the builder incoming folder to edit
- Folder_Name
- Type: System..::..String
Name of this folder (human friendly)
- Network_Folder
- Type: System..::..String
Directory for this incoming folder on the network
- Error_Folder
- Type: System..::..String
Directory for the error folder for this incoming folder on the network
- Processing_Folder
- Type: System..::..String
Directory for the processing folder for this incoming folder on the network
- Perform_Checksum
- Type: System..::..Boolean
Flag indicates if a checksum check should occur on incoming resources
- Archive_TIFF
- Type: System..::..Boolean
Flag indicates if TIFF files should be archived
- Archive_All_Files
- Type: System..::..Boolean
Flag indicates if all files should be archived
- Allow_Deletes
- Type: System..::..Boolean
Flag indicates if DELETE METS can be processed from this incoming folder
- Allow_Folders_No_Metadata
- Type: System..::..Boolean
Flag indicates if folders without any metadata should be processed from this incoming folder
- BibID_Roots_Restrictions
- Type: System..::..String
Any restrictions on the incoming BibIDs that can be processed from this incoming folder
- ModuleSetID
- Type: System..::..Int32
Primary key to the builder module set for this folder
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also