set_remoteExamplesRepository() public method

public set_remoteExamplesRepository ( string _remoteExamplesRepository ) : void
_remoteExamplesRepository string
return void
 public AsposeComponents()
 {
     list.Clear();
     
     AsposeComponent asposeCells = new AsposeComponent();
     asposeCells.set_downloadUrl("");
     asposeCells.set_downloadFileName("aspose.Cells.zip");
     asposeCells.set_name(Constants.ASPOSE_COMPONENT);
     asposeCells.set_remoteExamplesRepository("https://github.com/asposeCells/Aspose_Cells_NET.git");
     list.Add(Constants.ASPOSE_COMPONENT, asposeCells);
 }
        public AsposeComponents()
        {
            list.Clear();

            AsposeComponent asposeCells = new AsposeComponent();

            asposeCells.set_downloadUrl("");
            asposeCells.set_downloadFileName("aspose.Cells.zip");
            asposeCells.set_name(Constants.ASPOSE_COMPONENT);
            asposeCells.set_remoteExamplesRepository("https://github.com/asposeCells/Aspose_Cells_NET.git");
            list.Add(Constants.ASPOSE_COMPONENT, asposeCells);
        }