JAMS 6.x Help
Folder Class Methods


For a list of all members of this type, see Folder members.

Public Methods
 NameDescription
Public MethodBeginEditStarts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodCancelEditCancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public Methodstatic (Shared in Visual Basic)CheckCheck to see if a Folder is valid and the caller has the access desired.  
Public MethodClearErrorClears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodClearModifiedOverridden. Clear the modified flag of this Folder and all of the attached lists.  
Public MethodCloneImplementation of ICloneable Clone.  
Public MethodCompareToImplementation of IComparable CompareTo. Compares this instance to the one specified.  
Public MethodCopyToCopy the Folder with a new name and/or server  
Public MethodDeleteOverloaded. Delete the Folder definition.  
Public MethodEndEditEnds an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodEqualsChecks for equality.  
Public Methodstatic (Shared in Visual Basic)ExistsOverloaded. Test to determine if a given Folder exists on the default server.  
Public Methodstatic (Shared in Visual Basic)FindOverloaded. Returns a Collection of Folders contained in the specified folder.  
Public MethodForceModifiedForces the Folder and all of the Folder's sub-objects to be marked as modfied.  
Public MethodGetAccessControlOverloaded. Gets a FolderSecurity object that encapsulates the access control list (ACL) entries for the Folder described by the current Folder object.  
Public MethodGetChildNamesGets a list of Child Names of the Folder  
Public MethodGetFolderDescendantsReturns a collection of descendant FolderIDs  
Public MethodGetHashCodeReturns a hashcode.  
Public MethodGetNumberOfChildrenFetch the number of children for this folder  
Public MethodInitializeInitializes a Folder to default values.  
Public MethodIsAncestorOfDetermines if a folder is an ancestor of another folder  
Public Methodstatic (Shared in Visual Basic)LoadOverloaded. Load the Folder with the specified name from the specified JAMS Server.  
Public MethodMoveToSave the Folder with a new name and/or server and remove the old instance of the folder.  
Public Methodstatic (Shared in Visual Basic)PathExistsTest to determine whether ANY type of folder object (or folder) exists at the given path on the specified server.  
Public MethodResetStatisticsResets the Statistics of Jobs and Setup's within a Folder.  
Public MethodSaveAsSave the Folder with a new name and/or server.  
Public MethodSetAccessControlApplies access control list (ACL) entries described by a FolderSecurity object to the Folder described by the current Folder object.  
Public MethodSetErrorSets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodSetModifiedMarks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodToStringConvert a Folder to a String  
Public MethodUndoEditsOverridden. Undo changes that have not been saved to the database.  
Public MethodUpdateOverloaded. Save the Folder definition on the specified JAMS Server.  
Public MethodValidateOverloaded. Overridden. Validate all properties.  
Top
Protected Methods
 NameDescription
Protected MethodRaisePropertyChangedAttempts to raise the PropertyChanged event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodRaisePropertyChangingAttempts to raise the PropertyChanging event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodSaveOriginalSaveOriginal is called when an edit is about to begin. You override this method to save the original values. (Inherited from MVPSI.JAMS.BasePublicObject)
Top
See Also

Reference

Folder Class
MVPSI.JAMS Namespace