Folder Class
Public Class Folder
This language is not supported or no code example is available.
public static class Folder
This language is not supported or no code example is available.
public ref class Folder
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() ![]() |
BrowseForFolder(EntityID, string, out bool, IWin32Window, EntityID) | Browse for a folder, given a project id |
![]() ![]() |
CancelFolderCheckOut(EntityID, IASyncWait) | Cancel a folder check out |
![]() ![]() |
CheckInFolder(CheckInFolderParameters, IASyncWait) | Check in a folder |
![]() ![]() |
CheckOutFolder(EntityID, ChangedFolderFilesActionHandler, IASyncWait) | Check out a managed folder |
![]() ![]() |
CheckOutFolder(EntityID, IASyncWait) | Check out a managed folder |
![]() ![]() |
CopyFolder(string, EntityID, EntityID, bool, IASyncWait) | Copy a folder |
![]() ![]() |
CreateFolder(CreateFolderParameters, IASyncWait) | Create a folder |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() ![]() |
ExportFolder(IWin32Window, EntityID, string) | Export a folder to a local location |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() ![]() |
FindFolderByName(EntityID, bool, string) | Find the id of a folder by its name, below some sub item (Either a job or a folder) |
![]() ![]() |
GetAll(EntityID, bool, IASyncWait) | Get all files from a folder |
![]() ![]() |
GetAllFileInfo(EntityID) | Gets detailed information, including attributes, for each file in a folder - can be slow if there's a lot of information |
![]() ![]() |
GetAllGroupAccess(EntityID) | Get all group access info to a folder |
![]() ![]() |
GetAllRoleAccess(EntityID) | Get all role access info to a folder |
![]() ![]() |
GetAllUserAccess(EntityID) | Get all user access info to a folder |
![]() ![]() |
GetBasicFileInfo(EntityID, bool) | Get very basic information about files in a folder - suitable for simple listings, no attributes |
![]() ![]() |
GetFolderInfo(EntityID) | Get information about a folder |
![]() ![]() |
GetFolderPath(EntityID) | Get the server path to a folder |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() ![]() |
GetHistory(EntityID) | Get the history of a folder - only applies to managed folders |
![]() ![]() |
GetLink(EntityID) | Create a link for a folder by its ID |
![]() ![]() |
GetLocalPathToFolder(EntityID, out string) | Get the local path to a folder |
![]() ![]() |
GetSubItems(EntityID) | Get any items below this folder |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() ![]() |
MoveFolder(EntityID, EntityID, bool, IASyncWait) | Move a folder |
![]() ![]() |
OfflineFolder(IWin32Window, EntityID, string) | Offline a folder to a local location |
![]() ![]() |
OnlineFolder(IWin32Window, EntityID) | Online a offlined folder |
![]() ![]() |
PurgeFolder(EntityID, IASyncWait) | Permanently purge a folder |
![]() ![]() |
RenameFolder(EntityID, string, IASyncWait) | Rename a folder |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
![]() ![]() |
UpdateFolderAttributes(EntityID, List<AttributeInfo>, List<EntityID>, IASyncWait) | Update folder attributes |
![]() ![]() |
UpdateFolderRules(UpdateFolderRulesParameters, IASyncWait) | Update folder attributes |
![]() ![]() |
UpdateGroupLevelPermission(UpdateEntityPermissionParameters, IASyncWait) | Set group permission for a folder |
![]() ![]() |
UpdateRoleLevelPermission(UpdateEntityPermissionParameters, IASyncWait) | Set role permission for a folder |
![]() ![]() |
UpdateUserLevelPermission(UpdateEntityPermissionParameters, IASyncWait) | Set user permission for a folder |
SynergyClientAPI.Folders.Folder