Atomia.Provisioning.Modules.Folders.Commands.FolderCommand.FolderCommand C# (CSharp) Method

FolderCommand() public method

public FolderCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth, string transContext ) : System
service ModuleService
resource ResourceDescription
newServiceSettings ModuleService
commandType ModuleCommandType
listDepth int
transContext string
return System
        public FolderCommand(ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth, string transContext)
            : base(service, resource, newServiceSettings, commandType, listDepth)
        {
            this.transContext = transContext;
        }