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

FindLabelsByNamesAsync() public method

public FindLabelsByNamesAsync ( string labelNames ) : void
labelNames string
return void
        public void FindLabelsByNamesAsync(string[] labelNames) {
            this.FindLabelsByNamesAsync(labelNames, null);
        }
        

Same methods

DocumentService::FindLabelsByNamesAsync ( string labelNames, object userState ) : void
DocumentService