VaultFolderCreate.DocumentSvc.DocumentService.AddUploadedFile C# (CSharp) Метод

AddUploadedFile() приватный Метод

private AddUploadedFile ( long folderId, string fileName, string comment, System lastWrite, long dependFileIds, string dependSources, long attachFileIds, string attachSources, BOM bom, FileClassification fileClass, bool hidden, System uploadIdentifier ) : File
folderId long
fileName string
comment string
lastWrite System
dependFileIds long
dependSources string
attachFileIds long
attachSources string
bom BOM
fileClass FileClassification
hidden bool
uploadIdentifier System
Результат File
        public File AddUploadedFile(long folderId, string fileName, string comment, System.DateTime lastWrite, long[] dependFileIds, string[] dependSources, long[] attachFileIds, string[] attachSources, BOM bom, FileClassification fileClass, bool hidden, System.Guid uploadIdentifier) {
            object[] results = this.Invoke("AddUploadedFile", new object[] {
                        folderId,
                        fileName,
                        comment,
                        lastWrite,
                        dependFileIds,
                        dependSources,
                        attachFileIds,
                        attachSources,
                        bom,
                        fileClass,
                        hidden,
                        uploadIdentifier});
            return ((File)(results[0]));
        }
        
DocumentService