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

GetComponentPropertiesAsync() public method

public GetComponentPropertiesAsync ( long fileId, string uniqueId ) : void
fileId long
uniqueId string
return 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