VaultFolderCreate.DocumentSvc.DocumentService.GetComponentPropertiesAsync C# (CSharp) 메소드

GetComponentPropertiesAsync() 공개 메소드

public GetComponentPropertiesAsync ( long fileId, string uniqueId ) : void
fileId long
uniqueId string
리턴 void
        public void GetComponentPropertiesAsync(long fileId, string uniqueId) {
            this.GetComponentPropertiesAsync(fileId, uniqueId, null);
        }
        

Same methods

DocumentService::GetComponentPropertiesAsync ( long fileId, string uniqueId, object userState ) : void
DocumentService