VaultFolderCreate.DocumentSvc.DocumentService.GetComponentProperties C# (CSharp) Method

GetComponentProperties() private method

private GetComponentProperties ( long fileId, string uniqueId ) : CompPropInfo
fileId long
uniqueId string
return CompPropInfo
        public CompPropInfo GetComponentProperties(long fileId, string uniqueId) {
            object[] results = this.Invoke("GetComponentProperties", new object[] {
                        fileId,
                        uniqueId});
            return ((CompPropInfo)(results[0]));
        }
        
DocumentService